diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-20 20:41:53 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-20 20:41:53 -0600 |
commit | 1739e314e274b0c99b6dbb40ddda3b634affd680 (patch) | |
tree | 4ed393001ffd930ad0921504c67aa8641c682b29 | |
parent | 2249c44ff76949d9ccfabfcb21187eadabc62190 (diff) |
Remove update eip definition call causing collision
-rw-r--r-- | src/se/leap/leapclient/Dashboard.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/se/leap/leapclient/Dashboard.java b/src/se/leap/leapclient/Dashboard.java index bf754bae..3c9df56c 100644 --- a/src/se/leap/leapclient/Dashboard.java +++ b/src/se/leap/leapclient/Dashboard.java @@ -97,7 +97,6 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf protected void onActivityResult(int requestCode, int resultCode, Intent data){ if ( requestCode == CONFIGURE_LEAP ) { if ( resultCode == RESULT_OK ){ - startService( new Intent(EIP.ACTION_UPDATE_EIP_SERVICE) ); buildDashboard(); } else configErrorDialog(); |