mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-25 15:09:38 +00:00
Code style fixes
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user