79234317

Date: 2024-11-28 14:47:05
Score: 1
Natty:
Report link

OK you must override this method:

    @Override
    public boolean endBatchEdit() {
        String curr = getTextBeforeCursor(100, 0).toString();
        Log.i("darkfi", "endBatchEdit: " + curr);
        return super.endBatchEdit();
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ignatio Mobius