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:
@@ -104,8 +104,6 @@ public class RecentsAnimationController {
|
||||
}
|
||||
if (mSplitScreenMinimized != splitScreenMinimized) {
|
||||
mSplitScreenMinimized = splitScreenMinimized;
|
||||
UI_HELPER_EXECUTOR.execute(() -> SystemUiProxy.INSTANCE.get(context)
|
||||
.setSplitScreenMinimized(splitScreenMinimized));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user