Merge "Fixes quick switch animation entering recents for low ram devices" into oc-mr1-dev
am: 03f8b068a9
Change-Id: I83d71c531785410cf7aaaf18d921b0a3bcfa77eb
This commit is contained in:
@@ -567,9 +567,11 @@ public class Recents extends SystemUI
|
||||
|
||||
@Override
|
||||
public void appTransitionFinished() {
|
||||
// Fallback, reset the flag once an app transition ends
|
||||
EventBus.getDefault().send(new SetWaitingForTransitionStartEvent(
|
||||
false /* waitingForTransitionStart */));
|
||||
if (!Recents.getConfiguration().isLowRamDevice) {
|
||||
// Fallback, reset the flag once an app transition ends
|
||||
EventBus.getDefault().send(new SetWaitingForTransitionStartEvent(
|
||||
false /* waitingForTransitionStart */));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user