79307266

Date: 2024-12-25 09:39:04
Score: 0.5
Natty:
Report link

one hack could be to hide the action mode asap like

 @Override
    public void onActionModeStarted(ActionMode mode) {
        super.onActionModeStarted(mode);
        mode.finish();
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prateek Yadav