summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-02-05 17:31:01 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-02-05 17:31:01 -0700
commitb4fddc796c11a4da7a81b044857d82d516531095 (patch)
tree0450a92336228331ad7fe83197e3b9cd00d3428d /src
parent2fecc0d022e2d3022572c21f14605ee917f71cff (diff)
Comments regarding TODOs for changes to ProviderListActivity
Diffstat (limited to 'src')
-rw-r--r--src/se/leap/leapclient/ProviderListActivity.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/se/leap/leapclient/ProviderListActivity.java b/src/se/leap/leapclient/ProviderListActivity.java
index 808c12ce..3b1d78e2 100644
--- a/src/se/leap/leapclient/ProviderListActivity.java
+++ b/src/se/leap/leapclient/ProviderListActivity.java
@@ -96,7 +96,7 @@ public class ProviderListActivity extends FragmentActivity
@Override
public void onItemSelected(String id) {
if (mTwoPane) {
-
+ // TODO Hmmm...is this how we should do this? What if it /is/ two pane?
} else {
// In single-pane mode, simply start the detail activity
// for the selected item ID.
@@ -109,6 +109,7 @@ public class ProviderListActivity extends FragmentActivity
{
try {
processAssetsFiles(current_provider_item);
+ // TODO ask Provider class to save provider.json, setResult(OK), finish() to ConfigurationWizard
downloadJSONFiles(current_provider_item);
} catch (IOException e) {
// TODO Auto-generated catch block