Single Instance
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user