added screen orientation (#5571)
Co-authored-by: shuchi <shuchi.dwivedi@tesco.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
8dacfe7c49
commit
ed3e826757
@@ -19,14 +19,17 @@
|
||||
android:name=".ui.activities.NaviChatActivity"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/BaseThemeStyle" />
|
||||
<activity
|
||||
android:name=".ui.activities.NaviChatViewImageActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/BaseThemeStyle" />
|
||||
<activity
|
||||
android:name=".ui.activities.NaviChatViewVideoActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/BaseThemeStyle" />
|
||||
</application>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user