mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Fix hotseat flicker when opened all apps in landscape, rotate screen, pull down
am: d7d740287f
Change-Id: Ie5f36dee1fd63fc4f5e92c790ae7fff80f8730c3
This commit is contained in:
@@ -265,7 +265,6 @@ public class LauncherStateTransitionAnimation {
|
||||
toView.setScaleY(1.0f);
|
||||
toView.setAlpha(1.0f);
|
||||
toView.setVisibility(View.VISIBLE);
|
||||
toView.bringToFront();
|
||||
|
||||
// Show the content view
|
||||
contentView.setVisibility(View.VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user