mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-02-01 08:01:02 +00:00
fix: half cut text story (thanks to shivam)
This commit is contained in:
@@ -101,7 +101,7 @@ class StatusActivity : AppCompatActivity(), StoriesCallback {
|
||||
|
||||
override fun onStoriesStart() {
|
||||
position -= 1
|
||||
if (position >= 0) {
|
||||
if (position >= 0 && activity[position].activity.isNotEmpty()) {
|
||||
val key = "activities"
|
||||
val watchedActivity = PrefManager.getCustomVal<Set<Int>>(key, setOf())
|
||||
val startFrom = findFirstNonMatch(watchedActivity, activity[position].activity )
|
||||
|
||||
Reference in New Issue
Block a user