Fixed MainActivity restart when opening activity from notification & widget
This commit is contained in:
parent
367718fadd
commit
56100cab0a
4 changed files with 13 additions and 10 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue