added screen orientation (#5571)

Co-authored-by: shuchi <shuchi.dwivedi@tesco.com>
This commit is contained in:
Shuchi Dwivedi
2023-03-06 19:35:14 +05:30
committed by GitHub Enterprise
parent 8dacfe7c49
commit ed3e826757

View File

@@ -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>