403404405406407408409410411412413
continue; // if the same adapter is in the current list, // do not release if (this.styleAdapters != null && this.styleAdapters.contains(adapter)) continue; adapter.removed(); } this.oldStyleAdapters = null; } /**