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

Commit 0d907fa0 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #1991230: DisplayMetrics.displayHeight is not updated with orientation change

parent ecbbecf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3634,7 +3634,7 @@ public final class ActivityThread {
                Locale.setDefault(config.locale);
            }

            Resources.updateSystemConfiguration(config, null);
            Resources.updateSystemConfiguration(config, dm);

            ApplicationContext.ApplicationPackageManager.configurationChanged();
            //Log.i(TAG, "Configuration changed in " + currentPackageName());