Skip to content

Commit

Permalink
Merge pull request #327 from Iterable/MOB-2656-Handle-InAppDismiss-af…
Browse files Browse the repository at this point in the history
…ter-minimizing-the-app

[MOB - 2656] - InApp Dismiss to allow stateloss
  • Loading branch information
Ayyanchira authored and vbabenkoru committed Mar 16, 2021
1 parent c0f56e8 commit 92845dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private void hideWebView() {
@Override
public void run() {
if (getContext() != null && getDialog() != null && getDialog().getWindow() != null) {
IterableInAppFragmentHTMLNotification.super.dismiss();
dismissAllowingStateLoss();
}
}
};
Expand Down

0 comments on commit 92845dd

Please sign in to comment.