app/src/main/java/com/larryhsiao/nyx/settings/SettingFragment.java
Method updateLoginUi
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void updateLoginUi(View view) {
final TextView loginIndicator = view.findViewById(R.id.setting_login);
final TextView dropboxAccount = view.findViewById(R.id.setting_dropboxAccount);
final View syncButton = view.findViewById(R.id.setting_sync);
final Syncs syncs = getApp().getSyncs();