Open abselt opened 7 years ago
@abselt does the application that you're working on have permission to display an overlay? Please check the app settings to be sure and then let me know.
@abselt maybe I misunderstood what you meant. Are you trying to add a new tab to a Hover menu that is already visible? Or are you trying to launch a new Hover menu entirely?
"add a new tab to a Hover menu that is already visible" Yes exactly. the menu created successfully but I was not able to add more tabs.
I'm useing kitchensink sample to make something like facebook messenger, so when Cloud notification recived i fire
DemoHoverMenuService.showFloatingMenu(getBaseContext(),user_id);
and there will bebut its like nothing hapen i think the menu being created again instead of update it with the new id tap. so how this should be done BS: Tons of thank for making this