-
Notifications
You must be signed in to change notification settings - Fork 70
Fixes and requests #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fixes and requests #790
Conversation
i think it's because of the AppCompat theme. if you use the Material 3 theme, the dialogs look fine |
Yes, I already saw that it is an issue when Material 3 is disabled. Similarly, the problem 8779711 is also present with or without Material 3. |

🐛 chat tab verification
When adding the customization of the tabs, the property of displaying the full chat breaks when the 'Chat' tab is not in the third position. This happens when another tab is hidden or the order is changed.
💄 changed the width of the api settings dialog
❌ WRAP_CONTENT

✅ MATCH_PARENT

✨ show full stream title on long press
The ideal solution would be to use a
TooltipCompat, but the number of characters it displays is limited and not configurable.You could also use a
PopupWindow*, but more configuration is required.The problem with using a
ToastorPopupWindow*is that, unlike theTooltip, it continues to be displayed when changing pages or scrolling.💄 top padding to avoid overlap with the status bar