diegohzea / overlay_pop_up

Flutter plugin for display pop ups based in widgets over other apps in android.
MIT License
2 stars 4 forks source link

Can't start overlay from background notifications #2

Open MukolaShiyak opened 7 months ago

MukolaShiyak commented 7 months ago

Hi, I'm trying to connect your package to run in the FCM background notifications, but for some reason it doesn't work, the overlay opens only from the application itself, if you set the await OverlayPopUp.showOverlay(); to a specific button.

savytskyi commented 5 months ago

@MukolaShiyak had the same issue. Seems to happen because the activity is null when you call it from background.