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

Commit 63cb78d4 authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix pie activation when enabling expanded desktop from QS tile.

Change-Id: I0e8f9b0a723615971a2e14b1d69a71cbabafb26b
parent b077138e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class PhoneStatusBarView extends PanelBar {
        mBar.updatePieTriggerMask(PiePosition.LEFT.FLAG
                | PiePosition.TOP.FLAG
                | PiePosition.RIGHT.FLAG
                | PiePosition.TOP.FLAG);
                | PiePosition.BOTTOM.FLAG);
    }

    @Override