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

Commit bb45c13b authored by Roman Birg's avatar Roman Birg
Browse files

SystemUI: fix crash when removing tile



Change-Id: I50168bf9ba2648a782b80c14bb77563ba341f5c8
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 1a0a6a5b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -119,8 +119,10 @@ public class RemoteDisplayTile extends QuickSettingsTile implements

    @Override
    public void onPrepare() {
        if (!mExecutor.isTerminated()) {
            mExecutor.submit(mRegisterRunnable);
        }
    }

    @Override
    public void onUnprepare() {