Add visual feeback for offline machines and running games

This commit is contained in:
Cameron Gutman
2014-11-08 12:51:07 -08:00
parent 68c1aaf433
commit 406d26ec1c
7 changed files with 81 additions and 17 deletions

View File

@@ -540,10 +540,10 @@ public class PcView extends Activity {
else {
// Add a new entry
pcGridAdapter.addComputer(new ComputerObject(details));
// Notify the view that the data has changed
pcGridAdapter.notifyDataSetChanged();
}
// Notify the view that the data has changed
pcGridAdapter.notifyDataSetChanged();
}
public class ComputerObject {