Attempt to fix IndexOutOfBoundsException (index 0 size 0) reported by a couple users

This commit is contained in:
Cameron Gutman 2014-11-30 18:34:34 -06:00
parent de1f4da258
commit 88d28665ef

View File

@ -527,6 +527,7 @@ public class PcView extends Activity {
if (details.equals(computer.details)) {
pcGridAdapter.removeComputer(computer);
pcGridAdapter.notifyDataSetChanged();
break;
}
}