Refactor TaskShortcutFactory to return List of SystemShortcuts

* Remove ENABLE_SPLIT_SELECT feature flag
* Remove unused SystemUiProxy methods

Bug: 233006032
Test: Options show up as expected
Change-Id: I9b98d962db79363a20ad41faa15404f1c156b9ec
This commit is contained in:
Vinit Nayak
2022-06-01 16:06:38 -07:00
parent c9e64b3c47
commit 28036435b6
10 changed files with 127 additions and 184 deletions
@@ -104,8 +104,6 @@ public class RecentsAnimationController {
}
if (mSplitScreenMinimized != splitScreenMinimized) {
mSplitScreenMinimized = splitScreenMinimized;
UI_HELPER_EXECUTOR.execute(() -> SystemUiProxy.INSTANCE.get(context)
.setSplitScreenMinimized(splitScreenMinimized));
}
}