open existing activity when clicking notification
This commit is contained in:
parent
5197af70a9
commit
b5442a5fb9
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
|||
android:usesCleartextTraffic="true"
|
||||
android:theme="@style/Theme.Phonograph.Light"
|
||||
tools:ignore="UnusedAttribute">
|
||||
<activity android:name=".ui.activities.MainActivity" />
|
||||
<activity
|
||||
android:name=".ui.activities.MainActivity"
|
||||
android:launchMode="singleTop" />
|
||||
<activity android:name=".ui.activities.AlbumDetailActivity" />
|
||||
<activity android:name=".ui.activities.ArtistDetailActivity" />
|
||||
<activity android:name=".ui.activities.GenreDetailActivity" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue