One more fixation

This commit is contained in:
ArtDev 2020-08-03 18:04:33 +03:00 committed by GitHub
parent 6631a588cb
commit 3f11b01888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ public class CrashFragment extends Fragment
crashView = (TextView) getView().findViewById(R.id.lmaintabconsoleLogCrashTextView);
crashView.setTypeface(Typeface.MONOSPACE);
crashView.setText(this.getText(R.string.main_nocrash));
crashView.setHint(this.getText(R.string.main_nocrash));
//new File(crashPath).mkdirs();
}