summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-06-20 20:41:53 -0600
committerSean Leonard <meanderingcode@aetherislands.net>2013-06-20 20:41:53 -0600
commit1739e314e274b0c99b6dbb40ddda3b634affd680 (patch)
tree4ed393001ffd930ad0921504c67aa8641c682b29 /src
parent2249c44ff76949d9ccfabfcb21187eadabc62190 (diff)
Remove update eip definition call causing collision
Diffstat (limited to 'src')
-rw-r--r--src/se/leap/leapclient/Dashboard.java1
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();