mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Migrate ENABLE_APP_PAIRS flag to aconfig
Fixes: 303323964 Flag: com.android.wm.shell.Flags.FLAG_ENABLE_APP_PAIRS Test: Unit tests still run correctly Change-Id: I617c699746492c9c0d131a28791d984afbbdda4d
This commit is contained in:
@@ -315,7 +315,7 @@ public interface TaskShortcutFactory {
|
||||
TaskIdAttributeContainer taskContainer) {
|
||||
final TaskView taskView = taskContainer.getTaskView();
|
||||
|
||||
if (!FeatureFlags.ENABLE_APP_PAIRS.get() || !taskView.containsMultipleTasks()) {
|
||||
if (!FeatureFlags.enableAppPairs() || !taskView.containsMultipleTasks()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user