From 52e0f373af74369b6de416936d087cf0ac8cdb3c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 8 Apr 2014 14:32:50 -0400 Subject: [PATCH] stay in FDroid after adding a new repo via Intent If a new repo comes in via Intent, like from clicking a link, scanning a QR Code, etc., then stay in FDroid once the add dialog is complete. Previously, it would sometimes stay in FDroid and sometimes go back to the sending Activity, depending on the sending Activity. It was confusing and annoying behavior. --- AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ae0be10db..75c1ce9ec 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -96,9 +96,8 @@