From 0c614516fb82d2be6ef354dbb3a317eb06471baf Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 4 Jul 2014 15:24:01 -0700 Subject: [PATCH] The computer details object must always update, even if the text doesn't change --- src/com/limelight/PcView.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/com/limelight/PcView.java b/src/com/limelight/PcView.java index 4e233234..8cdd304c 100644 --- a/src/com/limelight/PcView.java +++ b/src/com/limelight/PcView.java @@ -501,11 +501,6 @@ public class PcView extends Activity { break; } - if (computer.text.equals(computerString)) { - // Already up to date - return; - } - // Check if this is the same computer if (details.equals(computer.details)) { existingEntry = computer;