Skip to content

Commit cecfc05

Browse files
committed
FEAT: 회전 제외
1 parent 07a6039 commit cecfc05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
android:exported="true"
2020
android:label="@string/app_name"
2121
android:theme="@style/Theme.Tuk"
22+
android:launchMode="singleTask"
23+
android:screenOrientation="portrait"
2224
android:windowSoftInputMode="adjustResize">
2325
<intent-filter>
2426
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)