Skip to content

Commit

Permalink
Make MainActivity as parent for NewActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Dec 27, 2023
1 parent 2d70719 commit c0e3a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/application/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".NewActivity"
android:parentActivityName=".MainActivity"
android:exported="false" />
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit c0e3a63

Please sign in to comment.