From cba8c693d6677b03cd1eeaa8ebf13fed82c05f4e Mon Sep 17 00:00:00 2001 From: rmceoin Date: Sat, 14 Nov 2009 19:38:02 +0000 Subject: [PATCH] OI Safe: fixed NPE with CategoryList in onActivityResult which was caused by Safe being completely killed and when brought back to life catAdapter was not set. Also bumped to 1.2.3rc2 git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2388 72b678ce-9140-0410-bee8-679b907dd61a --- AndroidManifest.xml | 2 +- src/org/openintents/safe/CategoryList.java | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0079956..a32be2d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="12" android:versionName="1.2.3rc2">