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

Commit 0c3a5f85 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Updating the cached resource configuration if ViewRoot is perserved" into tm-qpr-dev

parents 9b428b25 61592857
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1099,6 +1099,10 @@ public final class ViewRootImpl implements ViewParent,
                mInputQueueCallback.onInputQueueCreated(mInputQueue);
                mInputQueueCallback.onInputQueueCreated(mInputQueue);
            }
            }
        }
        }

        // Update the last resource config in case the resource configuration was changed while
        // activity relaunched.
        mLastConfigurationFromResources.setTo(getConfiguration());
    }
    }


    private Configuration getConfiguration() {
    private Configuration getConfiguration() {