diff --git a/app/src/main/java/com/futo/platformplayer/fragment/mainactivity/main/VideoDetailView.kt b/app/src/main/java/com/futo/platformplayer/fragment/mainactivity/main/VideoDetailView.kt index 2b4abede..0818f9ed 100644 --- a/app/src/main/java/com/futo/platformplayer/fragment/mainactivity/main/VideoDetailView.kt +++ b/app/src/main/java/com/futo/platformplayer/fragment/mainactivity/main/VideoDetailView.kt @@ -1154,7 +1154,7 @@ class VideoDetailView : ConstraintLayout { //Recover cancelled loads if(video == null) { val t = (lastPositionMilliseconds / 1000.0f).roundToLong(); - if(_searchVideo != null) + if(_searchVideo != null && !wasLoginCall) setVideoOverview(_searchVideo!!, true, t); else if(_url != null && !wasLoginCall) setVideo(_url!!, t, _playWhenReady);