Add Disable Comment Loading to Data Saver Settings#1286
Open
CThompson01 wants to merge 4 commits intoDocile-Alligator:masterfrom
Open
Add Disable Comment Loading to Data Saver Settings#1286CThompson01 wants to merge 4 commits intoDocile-Alligator:masterfrom
CThompson01 wants to merge 4 commits intoDocile-Alligator:masterfrom
Conversation
Added the ability to disable comment fetching for the data saver settings.
Owner
|
Thank you. But changes in |
Remove disable comment event since the preference can only be changed when in the data saver screen. Fixed an issue where the Disable Comment preference on the Data Saver screen would only update when the screen was exited and re-entered.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature Description
Added the ability to disable comment fetching from the data saver settings when viewing the post details screen. This allows for posts that are too long for the preview to be viewed fully without loading comments.
The setting added is shown below.

Reason for Adding the Feature
This is a feature that I have seen other apps implement and can be helpful for users who need to save data or just don't care about viewing comments. Users will mostly get use out of this feature when viewing posts that are lengthy and too long to be shown fully without viewing the post details screen.