Merge "Fix no content change if activity start from onNewIntent" into main

This commit is contained in:
Treehugger Robot
2024-09-06 07:58:00 +00:00
committed by Android (Google) Code Review

View File

@@ -447,7 +447,7 @@ public class Settings extends SettingsActivity {
super.onNewIntent(intent);
Log.d(TAG, "Starting onNewIntent");
setIntent(intent);
createUiFromIntent(null /* savedState */, convertIntent(intent));
}