-
Notifications
You must be signed in to change notification settings - Fork 688
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
Fix: background color of splash screen doesn't change with theme #2466 #2485
Conversation
@PratyushSingh07 have a look!! |
Please log in to the app with the demo credentials and check if it works after you have changed the theme from inside of the app |
its work but in app register page didn't change its theme and I think its a new issue or features ,However this work fine |
Awesome , could you please attach a video just so I can cross check |
ok |
WhatsApp.Video.2024-01-15.at.9.02.49.PM.mp4look!! |
Did you not understand what I wrote here @Maan-Sharma . I specifically asked you to log into the app with the credentials and then change the theme from the settings. Right now you are just changing the system theme and that's it |
ohh , where i get the log credentials? can you give me the link or something @PratyushSingh07 |
hey @PratyushSingh07 can you give me demo log credentials?? |
Go through readme.md |
I found it |
its not changing inside the app , I gusse for working with the app theme we have to migrate in compose @PratyushSingh07 or if anything I'm missing out please tell me |
Not sure if migrating the splash screen to compose is a good idea. We can just use the api if needed. Moreover, the issue may be because of the ui library. So are you still going to solve this issue or should I close this PR ? |
@PratyushSingh07 can you tell me how I work with App Ui |
@PratyushSingh07 I add api and make changes in Splash screen too but I could't find out the problem import android.content.Intent /*
|
I will look into it in my spare time . Meanwhile I am converting this PR to draft |
can i work on this @PratyushSingh07 ? I'll complete this as soon as possible. |
I don't have a say. Ask @Maan-Sharma |
closing due to inactivity. Reopen the PR if you make any progress |
Fixes #2466
WhatsApp.Video.2024-01-15.at.7.43.19.AM.mp4
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
AndroidStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.