Fix: Improve Keyboard Theme Consistency#636
Conversation
Thank you for the pull request! 💙🩵The Scribe-Android team will do our best to address your contribution as soon as we can. The following are some important points:
Note Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible. |
Maintainer ChecklistThe following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)
|
c48905b to
ccde7d3
Compare
Signed-off-by: Owm <owmdubey163@gmail.com>
|
@andrewtavis with this pr, the Scribe keyboard follows the system theme and automatically updates when it changes, while displaying a warning if the user chooses a theme that goes against the system theme. Could you please review it and let me know if you have any suggestions |
Contributor checklist
./gradlew lintKotlin detekt testcommand as directed in the testing section of the contributing guideDescription
Fixed keyboard theme inconsistencies by improving the keyboard UI. The keyboard now follows the system default theme by default. Additionally, when users attempt to switch to a theme that differs from the system theme, a confirmation dialog is displayed to ensure they want to override the system setting.

For example
Fixes : #628