Skip to content

Commit af5da96

Browse files
author
Oskari Leppäaho
authored
Merge pull request YousicianGit#38 from YousicianGit/fix/crashes
Fix crash if trying to use EditText after removal
2 parents 1f0a23e + 36ae62c commit af5da96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/androidProj/nativeeditplugin/src/main/java/com/bkmin/android

src/androidProj/nativeeditplugin/src/main/java/com/bkmin/android/EditBox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ private void Remove()
400400
{
401401
if (edit != null) {
402402
layout.removeView(edit);
403+
mapEditBox.remove(this.tag);
403404
}
404405
edit = null;
405406
}

0 commit comments

Comments
 (0)