forked from LeddaZ/frameworks_base
fixup swipe to ss
Change-Id: I7b8552eb65ecf0097579173968e6ab6b0b71806a
This commit is contained in:
parent
bf6d45a1ca
commit
af6d5e476d
|
@ -21199,6 +21199,7 @@ public class ActivityManagerService extends IActivityManager.Stub
|
|||
@GuardedBy("this")
|
||||
void clearPendingTopAppLocked() {
|
||||
mPendingStartActivityUids.clear();
|
||||
}
|
||||
|
||||
public boolean isSwipeToScreenshotGestureActive() {
|
||||
synchronized (this) {
|
||||
|
|
Loading…
Reference in New Issue