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

Commit d052ee34 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am f15024c8: am 12946530: Merge "Only show launcher for the bottom activity in a task" into klp-dev

* commit 'f15024c8':
  Only show launcher for the bottom activity in a task
parents 119ad517 f15024c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1083,7 +1083,7 @@ final class ActivityStack {
                        // At this point, nothing else needs to be shown
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r);
                        behindFullscreen = true;
                    } else if (task.mOnTopOfHome) {
                    } else if (task.mActivities.indexOf(r) == 0 && task.mOnTopOfHome) {
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r);
                        showHomeBehindStack = true;
                        behindFullscreen = true;