Skip to content

Conversation

@angmas1
Copy link
Contributor

@angmas1 angmas1 commented Jan 22, 2019

Fixed #2442 Made navigation drawer visible onResume where ever required.

Changes: LFMainActivity.java

Screenshots of the change:

ezgif com-video-to-gif

if (all_photos && !fav_photos) {
new PrepareAllPhotos(activityContext).execute();
}
if (!all_photos && fav_photos) {
Copy link
Member

Choose a reason for hiding this comment

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

Why was this condition removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

None of the conditions were removed, just replaced 2nd if statement with an else if statement and moved the block of code one line up.

@abishekvashok abishekvashok merged commit 2b17f4d into fossasia:development Feb 2, 2019
@abishekvashok
Copy link
Member

Thanks

pull bot pushed a commit to sahilsaha7773/phimpme-android that referenced this pull request Jul 18, 2019
Fix fossasia#2442 Made navigation drawer visible onResume where ever required.
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.

4 participants