Safeguard

This commit is contained in:
M66B 2019-09-26 17:54:54 +02:00
parent 387d91445f
commit e404d61ab6
1 changed files with 84 additions and 79 deletions

View File

@ -1081,6 +1081,7 @@ public class FragmentCompose extends FragmentBase {
private boolean onActionStyle(int action) {
Log.i("Style action=" + action);
try {
int start = etBody.getSelectionStart();
int end = etBody.getSelectionEnd();
@ -1176,6 +1177,10 @@ public class FragmentCompose extends FragmentBase {
default:
return false;
}
} catch (Throwable ex) {
Log.e(ex);
return false;
}
}
private void onActionRecordAudio() {