Small change
This commit is contained in:
Binary file not shown.
@@ -106,7 +106,7 @@ public class SettingsFragment extends Fragment implements EncodingDialogFragment
|
|||||||
switchSuggestionsActive.setChecked(sSuggestionsActive);
|
switchSuggestionsActive.setChecked(sSuggestionsActive);
|
||||||
switchAutoSave.setChecked(sAutoSave);
|
switchAutoSave.setChecked(sAutoSave);
|
||||||
switchReadOnly.setChecked(sReadOnly);
|
switchReadOnly.setChecked(sReadOnly);
|
||||||
|
switchSendErrorReports.setChecked(sReadOnly);
|
||||||
|
|
||||||
TextView encodingView, fontSizeView, goProView;
|
TextView encodingView, fontSizeView, goProView;
|
||||||
encodingView = (TextView) rootView.findViewById(R.id.drawer_button_encoding);
|
encodingView = (TextView) rootView.findViewById(R.id.drawer_button_encoding);
|
||||||
|
Reference in New Issue
Block a user