1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-13 02:46:41 +00:00

Code style fixes

This commit is contained in:
Loic Blot 2017-06-07 00:26:05 +02:00
parent 4f3a5d85dd
commit c125201c4b
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -128,9 +128,7 @@ public class OCSMSSettingsActivity extends VirtualSettingsActivity {
int index = preference.findIndexOfValue(value); int index = preference.findIndexOfValue(value);
// Set the summary to reflect the new value. // Set the summary to reflect the new value.
preference preference.setSummary((index >= 0) ? preference.getEntries()[index] : null);
.setSummary((index >= 0) ? preference.getEntries()[index]
: null);
Log.i(OCSMSSettingsActivity.TAG, "Modifying listPreference " + key); Log.i(OCSMSSettingsActivity.TAG, "Modifying listPreference " + key);