Fix for wrong pagination

This commit is contained in:
Ivan Agosto
2024-04-05 18:47:08 -06:00
parent 4d2644674e
commit f0b5ba10e8

View File

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