Fixes a crash when changing orientation

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