Skip to content

Commit 3af37db

Browse files
committed
Remove unused variables
* Remove unused IAM varialbes and `has set IAM Lifecycle handler` variables
1 parent 9ee17d5 commit 3af37db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android/src/main/java/com/onesignal/flutter/OneSignalPlugin.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ public class OneSignalPlugin
5959
private boolean hasSetRequiresPrivacyConsent = false;
6060
private boolean waitingForUserPrivacyConsent = false;
6161

62-
private OSInAppMessage inAppMessage;
63-
private boolean hasSetOnWillDisplayInAppMessageHandler = false;
64-
private boolean hasSetOnDidDisplayInAppMessageHandler = false;
65-
private boolean hasSetOnWillDismissInAppMessageHandler = false;
66-
private boolean hasSetOnDidDismissInAppMessageHandler = false;
6762

6863
private final HashMap<String, OSNotificationReceivedEvent> notificationReceivedEventCache = new HashMap<>();
6964

0 commit comments

Comments
 (0)