Added comment

This commit is contained in:
M66B 2023-08-12 08:42:39 +02:00
parent 7924ea00dd
commit 3f83d48e64
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ public class FixedEditText extends AppCompatEditText {
@Override
public ActionMode startActionMode(ActionMode.Callback callback, int type) {
try {
// callback class: android.widget.Editor$TextActionModeCallback
return super.startActionMode(callback, type);
} catch (Throwable ex) {
Log.e(ex);