From 901545d404823798e40c8a8a92922fabc35d0d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 15 Feb 2014 11:49:29 +0100 Subject: [PATCH] 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e39145c3a..fa6e046f1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -63,6 +63,7 @@