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

Commit 3ed2123b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 83a80dd7 74c7f9b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ public class Settings extends SettingsActivity {
            super.onNewIntent(intent);

            Log.d(TAG, "Starting onNewIntent");

            setIntent(intent);
            createUiFromIntent(null /* savedState */, convertIntent(intent));
        }