-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Jetpack Compose Migration: WelcomeActivity #1692
base: main
Are you sure you want to change the base?
Conversation
Thanks! cc: @hussainmohd-a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app now supports three themes: Light, Dark, and True Black. The theme is determined by the theme
variable in PersistentState.kt
@hussainmohd-a this PR is ready for review, can you PTAL? :) |
ping(reminder): @hussainmohd-a ;) |
@VishnuSanal , I have added some comments to the PR. Can you please take a look at that. |
hi @ignoramous, as mentioned IRL from the IndiaFOSS stall, I will start working on the migration to jetpack compose. I will migrate the welcome activity first to get started. what do you think?