Small change
This commit is contained in:
parent
276b831ceb
commit
44d4a2828b
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user