Skip to content

Commit

Permalink
fix(android): prevents TabGroup duplicate close event firing (#11062)
Browse files Browse the repository at this point in the history
Fixes TIMOB-27118
  • Loading branch information
ypbnv authored and sgtcoolguy committed Sep 9, 2019
1 parent 3e80a0f commit 34714b8
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -479,9 +479,6 @@ protected void handleClose(KrollDict options)
// This is needed in case the proxy's close() method was called before the activity was created.
TiActivityWindows.removeWindow(this);

// Fire a "close" event.
fireEvent(TiC.EVENT_CLOSE, null);

// Release views/resources.
modelListener = null;
releaseViews();
Expand Down

0 comments on commit 34714b8

Please sign in to comment.