Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment