Hey
I made an app which use firebase database to load content. When i come back to main screen where custom notifier is situated it is not working.
Then i use when other screen back pressed open main screen. When main screen again initialised then notifier is working but when simply i use close screen block the notifier is not working.
This again and again i use open another screen block to go back to main screen. This leads to main screen to load data from firebase again.
I want that when i back from other screen to main screen i should not use open another screen block
I dont want to close app.
Suppose i have 2 screens and on 1st screen i put a custom notifier ok then when i open 2nd screen and press back then the 1st screen will open ok so if i use close screen block on 2nd screen then it will open 1st screen but then custom notifier is not opening.
Blocks not problem. When Scree1 initialize then custom notification work properly but when go screen1 to screen2 and back screen2 from screen1 then custom Notification not work.
Yes i also faced same issue on custom notification dialog .
For example if there are two screens “Screen1” & “Screen2”, When you open app custom notifications dialogs are working on screen1 but you you go to screen 2 and back to screen1 custom notification dialogs aren’t showing.