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

Commit 51fc21d9 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Always allow to trigger config change if decor insets change" into tm-qpr-dev am: fefd3b2b

parents 8c513b58 fefd3b2b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2184,9 +2184,7 @@ public class DisplayPolicy {
        }
        mDecorInsets.invalidate();
        mDecorInsets.mInfoForRotation[rotation].set(newInfo);
        // If the device is booting, let the boot procedure trigger the new configuration.
        // Otherwise the display configuration needs to be recomputed now.
        return mService.mDisplayEnabled;
        return true;
    }

    DecorInsets.Info getDecorInsetsInfo(int rotation, int w, int h) {