Skip to content

Commit

Permalink
cctv8k
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Jan 7, 2024
1 parent c49246f commit 0bfac7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/lizongying/mytv/InfoFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.ImageView
import androidx.core.content.ContextCompat
import androidx.core.view.marginBottom
import androidx.core.view.setPadding
import androidx.fragment.app.Fragment
import com.bumptech.glide.Glide
import com.lizongying.mytv.databinding.InfoBinding
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/lizongying/mytv/MainFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class MainFragment : BrowseSupportFragment() {
ready++
Log.i(TAG, "ready $ready")
if (ready == 3) {
request.fetchPage()
// request.fetchPage()
val tvViewModel = tvListViewModel.getTVViewModel(itemPosition)
tvViewModel?.changed()

Expand Down

0 comments on commit 0bfac7d

Please sign in to comment.