Cleaned up errors in the logs

pull/14/head
Tim Su 14 years ago
parent fc3b592ed1
commit 757fb7798e

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="3.0.0" android:versionCode="139"
android:versionName="3.0.1" android:versionCode="140"
android:installLocation="auto">
<!-- ================================================== Used Permissions = -->

@ -390,6 +390,8 @@ public class Astrid2To3UpgradeHelper {
tagCursor.close();
if(mapCursor != null)
mapCursor.close();
tagsDb.close();
tagTaskDb.close();
}
}
@ -434,6 +436,7 @@ public class Astrid2To3UpgradeHelper {
}
} finally {
cursor.close();
syncDb.close();
}
}

Loading…
Cancel
Save