Merge "Fix no content change if activity start from onNewIntent" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ed2123b10
@@ -447,7 +447,7 @@ public class Settings extends SettingsActivity {
|
||||
super.onNewIntent(intent);
|
||||
|
||||
Log.d(TAG, "Starting onNewIntent");
|
||||
|
||||
setIntent(intent);
|
||||
createUiFromIntent(null /* savedState */, convertIntent(intent));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user