SystemAlertWindow icon indicating copy to clipboard operation
SystemAlertWindow copied to clipboard

Not able to close the overlay if the pref mode is set to SystemWindowPrefMode.OVERLAY with the inbuilt method SystemAlertWindow.closeSystemWindow();

Open morpheus-30 opened this issue 1 year ago • 1 comments

D/SAW:MethodCallHandlerImpl(26227): On method call closeSystemWindow

only shows this in the console, it doesn't close the overlay Android 13 Xiaomi redmi note 11 pro plus

morpheus-30 avatar Jun 03 '24 15:06 morpheus-30

Try this:

SystemAlertWindow.closeSystemWindow(SystemWindowPrefMode.OVERLAY)

ScorpiosCrux avatar Jun 25 '24 23:06 ScorpiosCrux