Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcerdenia committed Jul 16, 2021
1 parent 89180df commit 1856aab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ class EntryViewModel : ViewModel() {
val htmlLiveData: LiveData<String?> get() = _htmlLiveData

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

val textSize get() = FeedPreferences.textSize
val font get() = FeedPreferences.font
val isBannerEnabled get() = FeedPreferences.isBannerEnabled

var isInitialLoading = true

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

private var isExcerpt = false // As of now, unused

init {
Expand Down

0 comments on commit 1856aab

Please sign in to comment.