Compile against renamed condition field.

Change-Id: I6a4a28987902551ebf7b775705bed5a6e91f9dca
This commit is contained in:
John Spurlock
2014-05-02 00:09:43 -04:00
parent 04a73fe3c0
commit 0e0122a999
3 changed files with 3 additions and 3 deletions

View File

@@ -309,7 +309,7 @@ public class ZenModeSettings extends SettingsPreferenceFragment implements Index
final StringBuilder sb = new StringBuilder();
for (int i = 0; i < automatic.length; i++) {
if (i > 0) sb.append(divider);
sb.append(automatic[i].caption);
sb.append(automatic[i].summary);
}
return sb.toString();
} catch (Exception e) {