Skip to content
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 some warnings in BookmarksFragment #1908

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Fix some warnings in BookmarksFragment #1908

merged 1 commit into from
Mar 4, 2022

Conversation

ahmedre
Copy link
Contributor

@ahmedre ahmedre commented Mar 4, 2022

No description provided.

item.setChecked(bookmarkPresenter.isDateShowing());
return true;
}
if (itemId == R.id.sort_date) {
Copy link
Contributor Author

@ahmedre ahmedre Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switch with R like this was will be broken on AGP 8 because R will become non-final

@ahmedre ahmedre merged commit 6808154 into master Mar 4, 2022
@ahmedre ahmedre deleted the fix_warnings branch March 4, 2022 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant