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

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

Merge "Fix random systemui crashes during cts test DO NOT MERGE"

parents 47d04fc5 2aa5a9df
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -265,7 +265,9 @@ public class LightBarController implements BatteryController.BatteryStateChangeC
        mStatusBarIconController.getTransitionsController().dump(fd, pw, args);
        pw.println();
        pw.println(" NavigationBarTransitionsController:");
        if (mNavigationBarController != null) {
            mNavigationBarController.dump(fd, pw, args);
        }
        pw.println();
    }
}