mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Prevent discordant state between Workspace and Launcher (issue 15409018)
Change-Id: I13bb3e51da18998a5dade49c50e5fbf2266022d3
This commit is contained in:
@@ -2204,6 +2204,10 @@ public class Workspace extends SmoothPagedView
|
||||
updateAccessibilityFlags();
|
||||
}
|
||||
|
||||
State getState() {
|
||||
return mState;
|
||||
}
|
||||
|
||||
private void updateAccessibilityFlags() {
|
||||
int accessible = mState == State.NORMAL ?
|
||||
ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_YES :
|
||||
|
||||
Reference in New Issue
Block a user