-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Fixed the blocked texts on the license page #275
Conversation
Hi, thanks for the fix! |
Hmm, it changes the minimum API from 16 to 26 tho :s |
Well, it appears so. I will keep looking for some way to eliminate this problem. |
Ehh, still is possible because it's a minimum of android 8 then. But maybe it should be an optional thing for 26 and up, if that's possible? |
I just found out we can apply this code, namely changing this code:
to the following:
With this if-statement, Android could know which API this code suits for. Would that be apt? |
If you agree with this code I would like to push another commit. :) Thanks! |
Sorry I missed this one. I truly did some dig, and I found out this code is suitable for API 26 and higher. It is a new feature. |
Great! |
OK! I will edit this code later. :) |
No, thank you for making the app more accessible! :^) |
Tested it and it works perfect now, without errors :) |
OK! That‘s wonderful! |
Dear developer:
Hello! I am the creator of this pull request: dkanada/frost#502 , and I have fixed the same problem for this app. I would appreciate it if you could kindly revise my code and leave me some advice. Thank you so much for your precious time!
Here is the screenshot after my changes:
Thanks again! :)