Merge "Fix issue with restored task display ids" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
57ffdc4ec7
@@ -226,7 +226,7 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut
|
||||
// TODO(b/118266305): Temporarily disable splitscreen for secondary display while new
|
||||
// implementation is enabled
|
||||
return !activity.getDeviceProfile().isMultiWindowMode
|
||||
&& displayId == DEFAULT_DISPLAY;
|
||||
&& (displayId == -1 || displayId == DEFAULT_DISPLAY);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user