SimpleMobileTools / Simple-Keyboard

Easy keyboard for inserting all kinds of texts, special characters and numbers.
https://www.simplemobiletools.com
GNU General Public License v3.0
326 stars 111 forks source link

Feature/viewbinding and sdk 34 migration #227

Closed fatihergin closed 1 year ago

tibbi commented 1 year ago

Settings page doesnt have transparent navigation, check all apps you rewrote please. Even "Manage clipboard items" works well.

fatihergin commented 1 year ago

Settings page doesnt have transparent navigation, check all apps you rewrote please. Even "Manage clipboard items" works well.

it's already false on the current master. didn't touch it @tibbi

edit: it looks it's forgotten before by mistake. all the other settings activities have transparent navigation bar. so setting it to true. https://github.com/search?q=org%3ASimpleMobileTools+%22useTransparentNavigation+%3D%22+path%3A**SettingsActivity.kt&type=code

edit2: done

tibbi commented 1 year ago

hm ok, not sure why was it like that. Looks good though, thanks