mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Fix RTL issue with all apps meta icon
Test: Presubmit, Manual Bug: 309453796 Flag: NONE Change-Id: I5d8bda2c48a0815d7005a0727f67f871f75d4f0f
This commit is contained in:
@@ -367,6 +367,10 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
|
||||
float allAppIconTranslateRange = mapRange(scale, transientTaskbarAllAppsOffset,
|
||||
persistentTaskbarAllAppsOffset);
|
||||
|
||||
if (mIsRtl) {
|
||||
allAppIconTranslateRange *= -1;
|
||||
}
|
||||
|
||||
float halfIconCount = iconViews.length / 2.0f;
|
||||
for (int iconIndex = 0; iconIndex < iconViews.length; iconIndex++) {
|
||||
View iconView = iconViews[iconIndex];
|
||||
|
||||
Reference in New Issue
Block a user