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

Backpress in fragments unselects the selected items. #294

Closed
wants to merge 1 commit into from
Closed

Backpress in fragments unselects the selected items. #294

wants to merge 1 commit into from

Conversation

m-murad
Copy link
Contributor

@m-murad m-murad commented Dec 13, 2016

@opticod
Solved issue #255

private boolean backPressedOnce = false;
public static Fragment currentFragment;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do not place Android context classes in static fields; this is a memory leak.

@opticod
Copy link
Collaborator

opticod commented Dec 13, 2016

@free4murad, Let me fix this issue. It was a great effort by you, but we are running out of time. Need to freeze master today.

@opticod
Copy link
Collaborator

opticod commented Dec 13, 2016

Finally I came up with a simplified solution, you can have a look here f4d1567 Closed via #295

@opticod opticod closed this Dec 13, 2016
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.

2 participants