Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b55b8a28 authored by Joseph Mangmang's avatar Joseph Mangmang
Browse files

removed configChange

parent bbdfd082
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@
        android:theme="@style/AppThemeDark">
        <activity
            android:name=".ui.popup.QKComposeActivity"
            android:configChanges="orientation|screenSize"
            android:excludeFromRecents="true"
            android:taskAffinity=""
            android:theme="@style/AppThemeLightDialog"
@@ -67,7 +66,6 @@
        </activity>
        <activity
            android:name=".ui.MainActivity"
            android:configChanges="orientation|screenSize"
            android:enabled="true"
            android:icon="@mipmap/ic_launcher"
            android:label="@string/app_name"
@@ -95,24 +93,20 @@
        </activity>
        <activity
            android:name=".ui.messagelist.MessageListActivity"
            android:configChanges="orientation|screenSize"
            android:launchMode="singleTop"
            android:screenOrientation="user"
            android:windowSoftInputMode="adjustResize" />

        <activity
            android:name=".ui.settings.SettingsActivity"
            android:configChanges="orientation|screenSize"
            android:screenOrientation="user"
            android:windowSoftInputMode="adjustResize" />
        <activity
            android:name=".ui.search.SearchActivity"
            android:configChanges="orientation|screenSize"
            android:screenOrientation="user"
            android:windowSoftInputMode="adjustResize" />
        <activity
            android:name=".ui.compose.ComposeActivity"
            android:configChanges="orientation|screenSize"
            android:screenOrientation="user"
            android:windowSoftInputMode="adjustResize" />

@@ -377,7 +371,6 @@
        <!-- Popup activity -->
        <activity
            android:name=".ui.popup.QKReplyActivity"
            android:configChanges="orientation|screenSize"
            android:excludeFromRecents="true"
            android:screenOrientation="user"
            android:taskAffinity=""