From 399c51f34dda3be0936da65bafcf45a49a45feaf Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 02 Nov 2011 15:05:20 +0000 Subject: Skipping downloadmanager so the activity can close Signed-off-by: Manuel QuiƱones --- diff --git a/webactivity.py b/webactivity.py index f03ed92..433648b 100644 --- a/webactivity.py +++ b/webactivity.py @@ -578,6 +578,9 @@ class WebActivity(activity.Activity): return buf def can_close(self): + # FIXME temporarily skipping downloadmanager so the activity + # can close + return True if self._force_close: return True elif downloadmanager.can_quit(): -- cgit v0.9.1