Open viskum opened 5 years ago
protected void onHoverMenuLaunched(@NotNull Intent intent, @NotNull HoverView hoverView) {
hoverView.collapse(); // collapse hover menu
hoverView.close(); // invoke this to close hover menu
}
Resortana_Android_Me.rar https://drive.google.com/file/d/1M1oOKKTQJ11H_etUcf02NAw55xpBRo0p/view?usp=drive_web
في الخميس، 27 أغسطس 2020 في 1:22 م تمت كتابة ما يلي بواسطة Tareq Ahamed notifications@github.com:
protected void onHoverMenuLaunched(@NotNull Intent intent, @NotNull HoverView hoverView) { hoverView.collapse(); // collapse hover menu hoverView.close(); // invoke this to close hover menu }
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/hover/issues/90#issuecomment-681861786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIQOMKDUZRWSINSJ66KQHVTSCYXV5ANCNFSM4GML7LUA .
How to close hover menu on button click inside the hover menu. Please reply............