Merge "Base split action on focusedTaskView instead of runningTaskView" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
33df165ca0
@@ -3150,7 +3150,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
*/
|
||||
private void updateFocusedSplitButtonVisibility() {
|
||||
mActionsView.setSplitButtonVisible(mActivity.getDeviceProfile().isTablet &&
|
||||
!(getRunningTaskView() instanceof GroupedTaskView) &&
|
||||
!(getFocusedTaskView() instanceof GroupedTaskView) &&
|
||||
getTaskViewCount() > 1
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user