File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ class InAppMessengerWidget extends InheritedWidget {
3737
3838 Future <void > showIfAppropriate (InAppMessageTrigger reason) async {
3939 final context = navigatorKey.currentState! .overlay! .context;
40- ScaffoldMessenger .of (context)
41- ..removeCurrentMaterialBanner ()
42- ..showMaterialBanner (_buildMaterialBanner ('iamAutofillDisabled' , context));
43- return ;
40+ // ScaffoldMessenger.of(context)
41+ // ..removeCurrentMaterialBanner()
42+ // ..showMaterialBanner(_buildMaterialBanner('iamAutofillDisabled', context));
43+ // return;
4444 final interactionCubit = BlocProvider .of <InteractionCubit >(context);
4545 final potentialMessagesPrioritised = [];
4646 if (reason == InAppMessageTrigger .entryChanged) {
You can’t perform that action at this time.
0 commit comments