Fix NPE when calling recreate in onCreate
ActivityClientRecord#activity is assigned after calling Activity#onCreate. A use case is that the app uses support library to set night mode in onCreate. Bug: 195418295 Test: Invoke Activity#recreate() in Activity#onCreate. Change-Id: I6319cd6ee94fc2603979da47303963d04168db04
Loading
Please register or sign in to comment