diff --git a/quickstep/src/com/android/quickstep/TouchInteractionService.java b/quickstep/src/com/android/quickstep/TouchInteractionService.java index 1fb946550e..e9d2eb4632 100644 --- a/quickstep/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/src/com/android/quickstep/TouchInteractionService.java @@ -239,8 +239,9 @@ public class TouchInteractionService extends Service implements PluginListener { + int lastFlags = mDeviceState.getSystemUiStateFlags(); mDeviceState.setSystemUiFlags(stateFlags); - TouchInteractionService.this.onSystemUiFlagsChanged(); + TouchInteractionService.this.onSystemUiFlagsChanged(lastFlags); }); } @@ -362,7 +363,7 @@ public class TouchInteractionService extends Service implements PluginListener