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

Commit 26d0a878 authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "Don't reset density when going to splitscreen if there was no override." into main

parents 2b1decbe 7c3ef3b6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4708,8 +4708,10 @@ class DesktopTasksController(
        }
        // The task's density may have been overridden in freeform; revert it here as we don't
        // want it overridden in multi-window.
        if (desktopConfig.useDesktopOverrideDensity) {
            wct.setDensityDpi(taskInfo.token, getDefaultDensityDpi())
        }
    }

    /** Returns the ID of the Task that will be minimized, or null if no task will be minimized. */
    private fun addAndGetMinimizeChanges(