Skip to content

Commit 92845dd

Browse files
Ayyanchiravbabenkoru
authored andcommitted
Merge pull request #327 from Iterable/MOB-2656-Handle-InAppDismiss-after-minimizing-the-app
[MOB - 2656] - InApp Dismiss to allow stateloss
1 parent c0f56e8 commit 92845dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppFragmentHTMLNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ private void hideWebView() {
383383
@Override
384384
public void run() {
385385
if (getContext() != null && getDialog() != null && getDialog().getWindow() != null) {
386-
IterableInAppFragmentHTMLNotification.super.dismiss();
386+
dismissAllowingStateLoss();
387387
}
388388
}
389389
};

0 commit comments

Comments
 (0)