mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Not using SIDELOADED_LAUNCHER name
It may imply something malicious, while we simply mean a third-party launcher. Bug: 79437767 Change-Id: I2e169fda9404ca7a042e40877ed6f4b7d2d723a1
This commit is contained in:
@@ -92,7 +92,7 @@ enum ContainerType {
|
||||
TASKSWITCHER = 12; // Recents UI Container (QuickStep)
|
||||
APP = 13; // Foreground activity is another app (QuickStep)
|
||||
TIP = 14; // Onboarding texts (QuickStep)
|
||||
SIDELOADED_LAUNCHER = 15;
|
||||
OTHER_LAUNCHER_APP = 15;
|
||||
}
|
||||
|
||||
// Used to define what type of control a Target would represent.
|
||||
|
||||
@@ -226,7 +226,7 @@ public final class FallbackActivityInterface implements
|
||||
RecentsActivity activity = getCreatedActivity();
|
||||
boolean visible = activity != null && activity.isStarted() && activity.hasWindowFocus();
|
||||
return visible
|
||||
? LauncherLogProto.ContainerType.SIDELOADED_LAUNCHER
|
||||
? LauncherLogProto.ContainerType.OTHER_LAUNCHER_APP
|
||||
: LauncherLogProto.ContainerType.APP;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user