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

Main Tiles Resolved #2132

Merged
merged 2 commits into from
Oct 3, 2020
Merged

Conversation

nileshteji
Copy link
Member

@nileshteji nileshteji commented Oct 2, 2020

Fixes #2116

Changes:
Removal of AsyncTask because it does not behave well with screen orientation changes. Instead Created a simple method that will do the task. Not used Loopers for it because of the reason that the task in the async was not a network call nor it was blocking the main thread.

Screenshot/s for the changes:
Video Link

Checklist:

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications are 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:
main_tiles.zip

@nileshteji
Copy link
Member Author

@Low012 can you have the look at this apk and tell me is it Working fine on your devices
@CloudyPadmal Sir can you have a look at this PR.

@marcnause
Copy link
Contributor

@Low012 can you have the look at this apk and tell me is it Working fine on your devices

Thumbs up! It is working for me now!

Copy link
Collaborator

@CloudyPadmal CloudyPadmal left a comment

Choose a reason for hiding this comment

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

Thank you for the PR! 👍 Next time onwards, squash the commits into one when finalizing the PR.

@CloudyPadmal CloudyPadmal merged commit ad26220 into fossasia:development Oct 3, 2020
nileshteji added a commit to nileshteji/pslab-android that referenced this pull request Oct 3, 2020
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.

Mainscreen: Tiles disappear
4 participants