Keep Selection while during screen resize or rotation

Eddited androidmanifest to to not reload activity on orientation and screenSize
pull/312/head
Jude Ibe (Toochukwu) 8 years ago
parent bb282da92d
commit d1d516278a

@ -45,6 +45,7 @@
<activity <activity
android:name=".activities.habits.list.ListHabitsActivity" android:name=".activities.habits.list.ListHabitsActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true" android:exported="true"
android:label="@string/main_activity_title" android:label="@string/main_activity_title"
android:launchMode="singleTop"/> android:launchMode="singleTop"/>

Loading…
Cancel
Save