From 6019fd70a6834fc01662ad5f979be8d0ca99685f Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 7 Mar 2013 15:14:45 -0800 Subject: [PATCH] Don't need to actually log out of google tasks if user chooses to upgrade--leaving it logged in makes import easier later and doesn't affect sync --- .../com/todoroo/astrid/actfm/sync/SyncUpgradePrompt.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/SyncUpgradePrompt.java b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/SyncUpgradePrompt.java index 0016b2cbf..dd431d807 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/SyncUpgradePrompt.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/SyncUpgradePrompt.java @@ -15,7 +15,6 @@ import com.todoroo.andlib.utility.DateUtilities; import com.todoroo.andlib.utility.Preferences; import com.todoroo.astrid.actfm.ActFmLoginActivity; import com.todoroo.astrid.core.PluginServices; -import com.todoroo.astrid.gtasks.sync.GtasksSyncV2Provider; public class SyncUpgradePrompt { @@ -35,7 +34,6 @@ public class SyncUpgradePrompt { R.string.sync_upgr_gtasks_only_btn1, new Runnable() { @Override public void run() { - GtasksSyncV2Provider.getInstance().signOut(); activity.startActivity(new Intent(activity, ActFmLoginActivity.class)); } },