Mercurial > 510Connectbot
changeset 128:377357365d68
host editor database values override summary text only if non-empty
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 19 Jun 2014 09:42:09 -0700 |
parents | 69db8af9508d |
children | 50e1dead04a1 |
files | src/com/five_ten_sg/connectbot/HostEditorActivity.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HostEditorActivity.java Thu Jun 19 09:40:28 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/HostEditorActivity.java Thu Jun 19 09:42:09 2014 -0700 @@ -327,6 +327,7 @@ if (pref instanceof CheckBoxPreference) continue; CharSequence value = this.pref.getSummary(key, ""); summaries.put(key, value); + } } private void updateSummaries() {