summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-01-30 23:37:33 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-01-30 23:37:33 -0700
commitd21e8390e90437f0d053374f8e304ca3f592beb9 (patch)
tree9ee037575a28998421d991614adb599ed18d8f72 /src
parentb6e47ac59c3e853b23d4392eec33bbeb2f068f17 (diff)
More fun with EIP item entry.
Added parts to expand listing for quick info and settings access
Diffstat (limited to 'src')
-rw-r--r--src/se/leap/leapclient/Dashboard.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/se/leap/leapclient/Dashboard.java b/src/se/leap/leapclient/Dashboard.java
index 5835acb8..7d0b5e0f 100644
--- a/src/se/leap/leapclient/Dashboard.java
+++ b/src/se/leap/leapclient/Dashboard.java
@@ -163,4 +163,9 @@ public class Dashboard extends Activity {
}
+ @SuppressWarnings("unused")
+ private void toggleOverview() {
+ // TODO Expand the one line overview item to show some details
+ }
+
}