Fixed MainActivity restart when opening activity from notification & widget

This commit is contained in:
Prathamesh More 2022-02-17 21:11:12 +05:30
parent 367718fadd
commit 56100cab0a
4 changed files with 13 additions and 10 deletions

View file

@ -38,7 +38,8 @@
android:name=".activities.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/SplashTheme">
android:theme="@style/SplashTheme"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MUSIC_PLAYER" />