Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5053160 authored by Chris Li's avatar Chris Li Committed by Gerrit Code Review
Browse files

Merge "Avoid resursion for sleep check in embedding window"

parents 22d665d6 98bf8975
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1904,7 +1904,8 @@ class TaskFragment extends WindowContainer<WindowContainer> {
    }

    boolean shouldSleepActivities() {
        return false;
        final Task task = getRootTask();
        return task != null && task.shouldSleepActivities();
    }

    @Override