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

Commit dfe673a5 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am d0021dca: Merge change 8740 into donut

Merge commit 'd0021dca'

* commit 'd0021dca':
  Fix issue #1991230: DisplayMetrics.displayHeight is not updated with orientation change
parents 88e1babc d0021dca
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());