mirror of https://github.com/BOINC/boinc.git
Fix indentation.
This commit is contained in:
parent
ba80d4f4d5
commit
90d914ab8c
|
@ -437,7 +437,7 @@ public class PrefsFragment extends Fragment {
|
|||
Logging.setLogLevel(sliderProgress);
|
||||
BOINCActivity.monitor.setLogLevel(sliderProgress);
|
||||
} catch (RemoteException e) {
|
||||
if(Logging.ERROR) Log.e(Logging.TAG,"PrefsFragment.setupSelectionListDialog.setOnClickListener: OnClick() error: ", e);
|
||||
if(Logging.ERROR) Log.e(Logging.TAG,"PrefsFragment.setupSelectionListDialog.setOnClickListener: OnClick() error: ", e);
|
||||
}
|
||||
updateNumberPreference(item.ID, (double) sliderProgress);
|
||||
updateLayout();
|
||||
|
|
Loading…
Reference in New Issue