From 9165b19fdd953a088f1f43a98583119755d65484 Mon Sep 17 00:00:00 2001 From: Arne Jans Date: Thu, 27 Oct 2011 00:19:19 +0200 Subject: [PATCH] Fixed the crittercism-crashes on the ActFmLoginActivity during screen-rotation. I configured this activity to not re-create itself after orientation change. See also this link for further description (approach no. 4): http://blog.doityourselfandroid.com/2010/11/14/handling-progress-dialogs-and-screen-orientation-changes/ --- astrid/AndroidManifest.xml | 3 ++- .../com/todoroo/astrid/actfm/ActFmLoginActivity.java | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index df649b261..d64293c7c 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -308,7 +308,8 @@ - +