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:
Daniel Martí 2014-02-15 11:49:29 +01:00
parent 4e26c77327
commit 901545d404

View File

@ -63,6 +63,7 @@
<activity
android:name=".FDroid"
android:launchMode="singleTop"
android:configChanges="keyboardHidden|orientation|screenSize" >
<intent-filter>