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 : Redundant views in Data Logger Screen. #506

Merged
merged 1 commit into from
Oct 17, 2019

Conversation

dipu989
Copy link
Contributor

@dipu989 dipu989 commented Oct 15, 2019

Fixes #503

Changes:
Fixed redundant views in data logger screen.

Screenshot/s for the changes:
ezgif com-optimize

Checklist:

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications done at the end of resource files strings.xml, dimens.xml or colors.xml
  • I have reformatted code in every file included in this PR [CTRL+ALT+L]
  • My code does not contain any extra lines or extra spaces
  • I have requested reviews from other members

APK for testing:
apkDebug.zip

Comment on lines 58 to 59
filesList.clear();
fileList.clear();
Copy link
Member

Choose a reason for hiding this comment

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

make a seperate method for these something like clearRedundantFiles()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done with changes! Please check.

Follow up review.

fix : Redundant views in Data Logger Screen.
@CloudyPadmal CloudyPadmal merged commit c4e9882 into fossasia:development Oct 17, 2019
@CloudyPadmal CloudyPadmal added the fix Solution to a bug or an issue label Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Solution to a bug or an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate Items in Data Logger screen each time activity is opened.
3 participants