Skip to content
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

Bug: repositories menu item is invisible #25

Closed
nightnoryu opened this issue Jul 23, 2020 · 9 comments
Closed

Bug: repositories menu item is invisible #25

nightnoryu opened this issue Jul 23, 2020 · 9 comments

Comments

@nightnoryu
Copy link

Android version: 10
App version: 1.1
So, the menu item with repositories settings has no caption, but it works though. It's not critical, but looks kinda ugly.

Screenshot_20200723_114756_nya kitsunyan foxydroid

@kitsunyan
Copy link
Owner

kitsunyan commented Jul 23, 2020

This looks like an issue in your custom Android implementation. I don't have direct access to how menus are displayed, only supply the list of items, and it shows them. If one of the items looks this weird, there is nothing I can do about it.
If it possible, contact your device manufacturer (Huawei, I guess?)

@nightnoryu
Copy link
Author

I see.. Anyway, thanks for the feedback. I'll try to do some research.
As for the android version, I have EMUI 10.0.0.203.

@andinus
Copy link

andinus commented Jul 24, 2020

Try checking if the text is there. There should be "Show layout bounds" or similar in developer options.

20200724_175156

It could be that the font color is same as the background color or something.

@nightnoryu
Copy link
Author

It seems like there is no text at all.

Screenshot_20200724_155509_nya kitsunyan foxydroid_1

@kitsunyan
Copy link
Owner

This is probably caused by divider before this item. This feature is introduced in Android 9, and I'm using it for Android 9 and higher.
I can probably remove it from EMUI devices at all, though I don't like such hacks.

@kitsunyan
Copy link
Owner

Can you test this foxy-droid-release.zip? It's an APK file, just rename it, github doesn't allow to attach APK files.

@nightnoryu
Copy link
Author

Yeah, sure. This version works fine.
Screenshot
Does it work on other devices though? Maybe there is no need in making a separate version for EMUI, and just use this.

@kitsunyan
Copy link
Owner

Maybe there is no need in making a separate version for EMUI

There won't be. It's a runtime check.

Fixed in cc8766a.

@nightnoryu
Copy link
Author

Ok. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants