Commit f510b01c authored by Grigory Fedorov's avatar Grigory Fedorov

Color name added to Account color preference summary.

parent 060ecabd
...@@ -71,7 +71,8 @@ public class AccountEditorFragment extends BaseSettingsFragment ...@@ -71,7 +71,8 @@ public class AccountEditorFragment extends BaseSettingsFragment
if (getString(R.string.account_tls_mode_key).equals(key) if (getString(R.string.account_tls_mode_key).equals(key)
|| getString(R.string.account_archive_mode_key).equals(key) || getString(R.string.account_archive_mode_key).equals(key)
|| getString(R.string.account_proxy_type_key).equals(key)) { || getString(R.string.account_proxy_type_key).equals(key)
|| getString(R.string.account_color_key).equals(key)) {
preference.setSummary((String) newValue); preference.setSummary((String) newValue);
} else if (!getString(R.string.account_password_key).equals(key) } else if (!getString(R.string.account_password_key).equals(key)
&& !getString(R.string.account_proxy_password_key).equals(key) && !getString(R.string.account_proxy_password_key).equals(key)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment