Fixes a crash when changing orientation
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user