Merge "Remove the unnecessary warning log" into tm-dev
This commit is contained in:
@@ -1825,8 +1825,6 @@ class TaskFragment extends WindowContainer<WindowContainer> {
|
||||
return false;
|
||||
}
|
||||
if (tda == null) {
|
||||
Slog.w(TAG, "Can't find TaskDisplayArea to determine support for multi"
|
||||
+ " window. Task id=" + getTaskId() + " attached=" + isAttached());
|
||||
return false;
|
||||
}
|
||||
if (!getTask().isResizeable() && !tda.supportsNonResizableMultiWindow()) {
|
||||
|
||||
Reference in New Issue
Block a user