-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Dark theme contribution #61
Conversation
…icon showing that the field has been copied.
# Conflicts: # app/src/main/res/values/colors.xml
hi @PauPau-Cor Could you please resolve conflicts and rebase on main?
Did you try |
5089750
to
138eaa3
Compare
|
no worries :) You merged. Not rebased easy way to fix it:
|
Thank you for the tutorial. |
looks like you didn't sync your for. After proper sync you should see message: Another way is configure upstream https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork and rebase on upstream/main |
Change resolving #57 by adding new colors.xml file with dark theme qualifier.
line 157 in SenderRecieverService.kt is giving me an unresolvedReference error at compilation, I didn't make any changes to that part of the code or that icon so I left it as is assuming it's something wrong with my compiler.