Fix for wrong pagination

This commit is contained in:
Ivan Agosto 2024-04-05 18:47:08 -06:00
parent 4d2644674e
commit f0b5ba10e8
1 changed files with 3 additions and 1 deletions

View File

@ -255,7 +255,9 @@ class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelecte
drawer_layout.closeDrawer(GravityCompat.START)
}
else if(!section.equals("trending")) {
this.getTrengindVideos()
// Hot fix
pagination = 0
this.getTrengindVideos()
}
else {
super.onBackPressed()