Fixes a crash when changing orientation

This commit is contained in:
2026-05-26 02:39:53 -07:00
parent cb5c9dc547
commit 1273be03f2
+1
View File
@@ -9,6 +9,7 @@
android:theme="@style/Theme.CountdownTimer"> android:theme="@style/Theme.CountdownTimer">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:configChanges="orientation|screenSize"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />