From ea65bb2c0a473e167443a698d8dcf03bd461664c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 6 Aug 2014 14:30:19 -0700 Subject: [PATCH] Remove the extra app list update when the activity is first started --- src/com/limelight/AppView.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/limelight/AppView.java b/src/com/limelight/AppView.java index eddc4d2f..55397ae0 100644 --- a/src/com/limelight/AppView.java +++ b/src/com/limelight/AppView.java @@ -91,7 +91,6 @@ public class AppView extends Activity { } }); registerForContextMenu(appList); - updateAppList(); } @Override