farbodbj / GuardianNews

Simple online news feed app using Guardian Open platform based on clean architecture and best practices.
1 stars 0 forks source link

Redundant async #17

Closed keramat-farid closed 1 year ago

keramat-farid commented 1 year ago

There is no need to use async here https://github.com/farbodbj/GuardianNews/blob/1ff5d7e1cf82eaffe30e24b5a9e17030fdd5e615/app/src/main/java/com/bale_bootcamp/guardiannews/ui/settings/SettingsFragment.kt#L103

farbodbj commented 1 year ago

fix for this issue and issue #18 is under testing in branch issues_17_18

farbodbj commented 1 year ago

issue fixed at #20