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

Commit 2c1c4aa6 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #4869092: ResolverActivity occasionally fails to display

Change-Id: Ic632d08fcfa9138caeacb45fa4a00cbd4a943988
parent 6dd005b4
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);