summaryrefslogtreecommitdiff
path: root/src/se/leap/leapclient/Dashboard.java
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-02-04 09:40:16 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-02-04 09:40:16 -0700
commit3bab2278ccd8d960e6f8f92f939c81b13832b23a (patch)
tree4804814552260a1ff6f25d0d7e06452e1eedb5d4 /src/se/leap/leapclient/Dashboard.java
parentd2bd18ef560d95974117604af899b3a9fcc16dab (diff)
Fix testing conditional looking for saved prefs that made it into last commit
Diffstat (limited to 'src/se/leap/leapclient/Dashboard.java')
-rw-r--r--src/se/leap/leapclient/Dashboard.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/se/leap/leapclient/Dashboard.java b/src/se/leap/leapclient/Dashboard.java
index 84ddab27..7bb71c1e 100644
--- a/src/se/leap/leapclient/Dashboard.java
+++ b/src/se/leap/leapclient/Dashboard.java
@@ -36,8 +36,8 @@ public class Dashboard extends Activity {
preferences = getPreferences(MODE_PRIVATE);
- // FIXME provider data!! get parmegv's work so we can stop (or lessen) faking it
- if (preferences.contains("provider") )
+ // FIXME We need to StartActivityForResult and move the rest to buildDashboard (called in "else" and onActivityResult)
+ if ( !preferences.contains("provider") )
startActivity(new Intent(this, ProviderListActivity.class));
// Get our provider