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

Commit 794bcd27 authored by Jason Monk's avatar Jason Monk
Browse files

resolve merge conflicts of be23ef36 to oc-dev-plus-aosp

Test: I solemnly swear I tested this conflict resolution.
Change-Id: I5364727a21f62fc479c9bca6ad7ab2c3b62d1d1b
parents 1e61697d be23ef36
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();
    }