-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix: Android Studio warning #19969
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
base: main
Are you sure you want to change the base?
Fix: Android Studio warning #19969
Conversation
|
First PR! 🚀 We sincerely appreciate that you have taken the time to propose a change to AnkiDroid! Please have patience with us as we are all volunteers - we will get to this as soon as possible. |
|
You should clean up your commits, you only want the commit that shows the changes you made |
lukstbit
left a comment
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.
Thanks for contributing, left one issue to fix.
Also please rebase your code on top of main instead of adding merge commits. Those commits shouldn't be present in your PR.
| val lastViewInTabOrder: View | ||
| get() = binding.expandButton | ||
|
|
||
| fun loadState(state: AbsSavedState) { |
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.
After deleting this method there's an unused import for AbsSavedState that should also be deleted.
Purpose / Description
Fix: android studio warning
Fixes
Checklist
Please, go through these checks before submitting the PR.