mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Force reload.
This commit is contained in:
parent
c6a3ff0a53
commit
5475778d67
1 changed files with 4 additions and 4 deletions
|
@ -1298,12 +1298,12 @@ class VideoDetailView : ConstraintLayout {
|
|||
setTabIndex(0, true)
|
||||
} else {
|
||||
if (Settings.instance.comments.recommendationsDefault) {
|
||||
setTabIndex(2)
|
||||
setTabIndex(2, true)
|
||||
} else {
|
||||
when(Settings.instance.comments.defaultCommentSection) {
|
||||
0 -> if(Settings.instance.other.polycentricEnabled) setTabIndex(0) else setTabIndex(1);
|
||||
1 -> setTabIndex(1);
|
||||
2 -> setTabIndex(StateMeta.instance.getLastCommentSection())
|
||||
0 -> if(Settings.instance.other.polycentricEnabled) setTabIndex(0, true) else setTabIndex(1, true);
|
||||
1 -> setTabIndex(1, true);
|
||||
2 -> setTabIndex(StateMeta.instance.getLastCommentSection(), true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue