Alexei Fando

Results 6 comments of Alexei Fando

Possible solution to your problem: https://github.com/Orderella/PopupDialog/issues/362#issuecomment-755947344

Hey, this is why your custom view is not showing up. https://github.com/mwfire/PopupDialogCustomExample/issues/2#issuecomment-356779677 I was struggling with the same issue until I found this comment. Specifically the point: **Make sure to...

Hi there, Thanks for a wonderful library. Just following up on this issue. It's [a known bug in Android 11](https://issuetracker.google.com/issues/175055271), which was fixed in Android 12. However, the only workaround...

There are a few issues: 1. The cursor position is not retained after a configuration change 2. IME state is not retained after configuration changes in all cases. Try changing...

A **seamless chain of constraints from top to bottom**! Thank god!

Would be valuable if defining type annotations could be less verbose. Usually a qualifying annotation is used in many places in the code causing it to look cluttered. Instead of...