diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-30 23:37:33 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-30 23:37:33 -0700 |
commit | d21e8390e90437f0d053374f8e304ca3f592beb9 (patch) | |
tree | 9ee037575a28998421d991614adb599ed18d8f72 /src/se/leap/leapclient | |
parent | b6e47ac59c3e853b23d4392eec33bbeb2f068f17 (diff) |
More fun with EIP item entry.
Added parts to expand listing for quick info and settings access
Diffstat (limited to 'src/se/leap/leapclient')
-rw-r--r-- | src/se/leap/leapclient/Dashboard.java | 5 |
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 + } + } |