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

Commit 66de1373 authored by Andrii Kulian's avatar Andrii Kulian Committed by Android (Google) Code Review
Browse files

Merge "Refactor usages of Picture In Picture and Multi Window (1/4)" into nyc-dev

parents bc03df8a 130e061f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ public class FilesActivity extends BaseActivity {
        // With new multi-window mode we have to pick how we are launched.
        // By default we'd be launched in-place above the existing app.
        // By setting launch-to-side ActivityManager will open us to side.
        if (inMultiWindow()) {
        if (isInMultiWindowMode()) {
            intent.addFlags(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT);
        }