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

Commit a2ac5e00 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "remove observer in destroy() bug:388189795" into main

parents 4c88a552 f9994a97
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -451,6 +451,9 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene
        mTelephonyListenerManager.removeServiceStateListener(mPhoneStateListener);
        mGlobalSettings.unregisterContentObserverSync(mAirplaneModeObserver);
        mConfigurationController.removeCallback(this);
        if (mShowSilentToggle) {
            mRingerModeTracker.getRingerMode().removeObservers(this);
        }
    }

    protected Context getContext() {