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

Commit 72c08d92 authored by Alex Chau's avatar Alex Chau
Browse files

Set controllersInitialized to false when destroying taskbar controllers

Bug: 250912179
Test: presubmit
Change-Id: I16532e99b8f74542def4283b6cc753673eb5ee2d
parent 72f5b73f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -165,6 +165,7 @@ public class TaskbarControllers {
     * Cleans up all controllers.
     */
    public void onDestroy() {
        mAreAllControllersInitialized = false;
        mSharedState = null;

        navbarButtonsViewController.onDestroy();