mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Added comment
This commit is contained in:
parent
7924ea00dd
commit
3f83d48e64
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue