Don't recreate main activity when returning to it
Huge improvements! Amongst them: * Pressing Up is just as fast as pressing Back * Like Back, it keeps the scroll position and everything * Now FDroid behaves like the other activities that an user may navigate up to
This commit is contained in:
parent
4e26c77327
commit
901545d404
@ -63,6 +63,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".FDroid"
|
||||
android:launchMode="singleTop"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize" >
|
||||
|
||||
<intent-filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user