1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Added comment

This commit is contained in:
M66B 2023-08-12 08:42:39 +02:00
parent 7924ea00dd
commit 3f83d48e64

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);