Update common

This commit is contained in:
Cameron Gutman
2015-02-27 14:22:35 -05:00
parent 85d95b2d8e
commit 3d398ef6dd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ public class AppView extends Activity implements AdapterFragmentCallbacks {
if (existingApp.app.getAppId() == app.getAppId()) {
// Found the app; update its properties
if (existingApp.app.getIsRunning() != app.getIsRunning()) {
existingApp.app.setIsRunningBoolean(app.getIsRunning());
existingApp.app.setIsRunning(app.getIsRunning());
updated = true;
}
if (!existingApp.app.getAppName().equals(app.getAppName())) {