diff options
| author | 2021-02-05 16:42:25 +0000 | |
|---|---|---|
| committer | 2021-02-05 16:42:25 +0000 | |
| commit | 26737223a19c889ba4850d18452710c9ae4619e0 (patch) | |
| tree | 29889d0d00512783097df8419e61f5246a19ce38 | |
| parent | 258abf98ce48a26c0508ac196ba29a732aaec7de (diff) | |
| parent | 845ff659108b79f9be6c679e9326e2425827e73a (diff) | |
Merge "Corrects Javadoc method reference" into sc-dev
| -rw-r--r-- | core/java/android/view/ViewRootImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewRootImpl.java b/core/java/android/view/ViewRootImpl.java index 18ef80ce9772..036a703f178c 100644 --- a/core/java/android/view/ViewRootImpl.java +++ b/core/java/android/view/ViewRootImpl.java @@ -315,7 +315,7 @@ public final class ViewRootImpl implements ViewParent, * In that case we receive a call back from {@link ActivityThread} and this flag is used to * preserve the initial value. * - * @see #performConfigurationChange(Configuration, Configuration, boolean, int) + * @see #performConfigurationChange(MergedConfiguration, boolean, int) */ private boolean mForceNextConfigUpdate; |