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

Commit 2af9e1f7 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #4869092: ResolverActivity occasionally fails to display"

parents a73f9bee 2c1c4aa6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ public class Display {
            } else {
                // This is just for boot-strapping, initializing the
                // system process before the window manager is up.
                outSize.x = getRealWidth();
                outSize.y = getRealHeight();
            }
            if (DEBUG_COMPAT && doCompat) Slog.v(TAG, "Returning display size: " + outSize);