Skip to content

Commit

Permalink
Update ReaderPostDetailViewModel.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Agoni-0 authored Oct 25, 2024
1 parent 4595a15 commit 0bce2ec
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,10 @@ class ReaderPostDetailViewModel @Inject constructor(
* Post which is about to be reblogged after the user selects a target site.
*/
private var pendingReblogPost: ReaderPost? = null

private var isStarted = false
private var isRelatedPost: Boolean = false

var isFeed: Boolean = false
var interceptedUri: String? = null

var post: ReaderPost? = null
val hasPost: Boolean
get() = post != null
Expand Down

0 comments on commit 0bce2ec

Please sign in to comment.