Single Instance

This commit is contained in:
staccatomamba
2017-11-05 14:08:09 +01:00
parent b0ddb32aa0
commit 3dd6041957

View File

@@ -17,6 +17,7 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:launchMode="singleInstance"
android:name="de.beyondsoft.ownchat.page.splash.SplashActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.FullBackground">
@@ -27,6 +28,7 @@
</intent-filter>
</activity>
<activity
android:launchMode="singleInstance"
android:name="de.beyondsoft.ownchat.page.login.LoginActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.FullBackground" />
@@ -122,7 +124,9 @@
android:theme="@style/ChatStyle"
/>
<activity android:name=".page.sharing.SharingActivity"
<activity
android:name=".page.sharing.SharingActivity"
android:launchMode="singleInstance"
android:label="ownChat"
android:screenOrientation="portrait"
android:theme="@style/ChatStyle">