mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Flash scroll indicators a bit earlier on transitions"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa2b241424
@@ -237,6 +237,9 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
// blip early in the animation
|
||||
buildLayer();
|
||||
}
|
||||
if (!toWorkspace && !LauncherApplication.isScreenLarge()) {
|
||||
mAppsCustomizePane.showScrollingIndicator(false);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -246,7 +249,7 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
}
|
||||
|
||||
if (!toWorkspace && !LauncherApplication.isScreenLarge()) {
|
||||
mAppsCustomizePane.flashScrollingIndicator();
|
||||
mAppsCustomizePane.hideScrollingIndicator(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user