mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Fix missing callback in fallback activity to re-enable high res loader.
Bug: 111515602 Change-Id: Ie4a9e709392ef9dad001651129a46d4caee0c2ae
This commit is contained in:
@@ -240,6 +240,12 @@ public class RecentsActivity extends BaseDraggingActivity {
|
||||
onTrimMemory(TRIM_MEMORY_UI_HIDDEN);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnterAnimationComplete() {
|
||||
super.onEnterAnimationComplete();
|
||||
UiFactory.onEnterAnimationComplete(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onTrimMemory(int level) {
|
||||
super.onTrimMemory(level);
|
||||
|
||||
Reference in New Issue
Block a user