StatusBarAlert
StatusBarAlert copied to clipboard
Telegram X inspired android status bar alert view
How do I know if the status bard alert is already attached to the window or basically get the current status of the alert to see if it is attached/removed/...
1. Removed code using view.SystemUiVisibility api since it does not work with api 29+, and instead used WindowInsetsControllerCompat & WindowCompat apis 2. Refactored the example and library code
Since my front camera is in the top center of screen when i use alert, the text overlaps with the front camera and we can't see the whole text. how...