mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-12 02:16:21 +00:00
Code style fixes
This commit is contained in:
parent
4f3a5d85dd
commit
c125201c4b
@ -128,9 +128,7 @@ public class OCSMSSettingsActivity extends VirtualSettingsActivity {
|
||||
int index = preference.findIndexOfValue(value);
|
||||
|
||||
// Set the summary to reflect the new value.
|
||||
preference
|
||||
.setSummary((index >= 0) ? preference.getEntries()[index]
|
||||
: null);
|
||||
preference.setSummary((index >= 0) ? preference.getEntries()[index] : null);
|
||||
|
||||
Log.i(OCSMSSettingsActivity.TAG, "Modifying listPreference " + key);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user