Prevent wrong system ui visibility callback after the user swipe
If we return vis without clearing clearable flags, it will be set to IStatusBarService in updateSystemUiVisibilityLw(), and then be callbacked to WMS via statusBarVisibilityChanged(), and then be dispatched to the client; which is wrong because WMS should dispatch the new value to the client, not the old one. https://code.google.com/p/android/issues/detail?id=79991 Change-Id: I2a06d1fbe66e854e639d86a39784f8c6a3303674
Loading
Please register or sign in to comment