Remove the extra app list update when the activity is first started

This commit is contained in:
Cameron Gutman 2014-08-06 14:30:19 -07:00
parent b340055588
commit ea65bb2c0a

View File

@ -91,7 +91,6 @@ public class AppView extends Activity {
} }
}); });
registerForContextMenu(appList); registerForContextMenu(appList);
updateAppList();
} }
@Override @Override