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