google / hover

A floating menu library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement: Play nicely with runtime permission dialogs

matthew-carroll opened this issue · comments

Currently Hover displays a full screen View even when nothing is visible. This ever present overlay leads to conflicts with runtime permission dialogs because Android won't allow runtime permissions to be granted when covered by an overlay.

Hover should be altered to collapse the overlay area when collapsed and closed. This way no overlap needs to occur with the permission dialogs and no conflict will arise.