Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcerdenia committed Jul 16, 2021
1 parent 14b0514 commit 89180df
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ class EntryViewModel : ViewModel() {

var lastPosition: Pair<Int, Int> = Pair(0, 0)

var textSize = 0
get() = FeedPreferences.textSize
private set
val textSize get() = FeedPreferences.textSize
val font get() = FeedPreferences.font
val isBannerEnabled get() = FeedPreferences.isBannerEnabled

var font = FeedPreferences.font
var isBannerEnabled = FeedPreferences.isBannerEnabled
var isInitialLoading = true

val entry: Entry? get() = entryLiveData.value
Expand Down

0 comments on commit 89180df

Please sign in to comment.