The computer details object must always update, even if the text doesn't change

This commit is contained in:
Cameron Gutman 2014-07-04 15:24:01 -07:00
parent 1734d21b8e
commit 0c614516fb

View File

@ -501,11 +501,6 @@ public class PcView extends Activity {
break; break;
} }
if (computer.text.equals(computerString)) {
// Already up to date
return;
}
// Check if this is the same computer // Check if this is the same computer
if (details.equals(computer.details)) { if (details.equals(computer.details)) {
existingEntry = computer; existingEntry = computer;