Small change

This commit is contained in:
Vlad Mihalachi 2014-09-25 14:31:27 +02:00
parent 276b831ceb
commit 44d4a2828b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -106,7 +106,7 @@ public class SettingsFragment extends Fragment implements EncodingDialogFragment
switchSuggestionsActive.setChecked(sSuggestionsActive);
switchAutoSave.setChecked(sAutoSave);
switchReadOnly.setChecked(sReadOnly);
switchSendErrorReports.setChecked(sReadOnly);
TextView encodingView, fontSizeView, goProView;
encodingView = (TextView) rootView.findViewById(R.id.drawer_button_encoding);