Fix indentation.

This commit is contained in:
Adam Radocz 2018-12-21 12:10:34 +01:00 committed by GitHub
parent ba80d4f4d5
commit 90d914ab8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();