Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 059e6eb6 authored by Daniel Sandler's avatar Daniel Sandler Committed by android-build-merger
Browse files

Merge "resolve merge conflicts of be23ef36 to oc-dev-plus-aosp" into oc-dev-plus-aosp

am: 9dd28952

Change-Id: Ic2151c9a6a4f8ff1d76effa5b935ffa3e43bb0d8
parents 33089c09 9dd28952
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -317,7 +317,9 @@ public abstract class QSTileImpl<TState extends State> implements QSTile {
    protected abstract void setListening(boolean listening);

    protected void handleDestroy() {
        if (mListeners.size() != 0) {
            setListening(false);
        }
        mCallbacks.clear();
    }