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

Commit d0021dca authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8740 into donut

* changes:
  Fix issue #1991230: DisplayMetrics.displayHeight is not updated with orientation change
parents 20583ff9 0d907fa0
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());