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

Commit 0f01145c authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Clean up usage of isImmersive

So that we don't set both isImmersive and allowGestureIgnoringBarVisibility

Follow up of ag/q/topic:%22remove_isimmersive%22

Bug: 313033827
Change-Id: I56026906bfbdf4584e7c1f189d60520d61640991
Test: N/A
parent 8f727bc4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -495,10 +495,6 @@ public class TaskbarDelegate implements CommandQueue.Callbacks,
        return mBehavior != BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
    }

    private boolean isImmersiveMode() {
        return mBehavior == BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
    }

    public void onConfigurationChanged(Configuration configuration) {
        mEdgeBackGestureHandler.onConfigurationChanged(configuration);
    }