mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
style: fix typo
This commit is contained in:
parent
ee3a964b19
commit
b96241a3bb
@ -429,7 +429,7 @@ class MainActivity : BaseActivity() {
|
|||||||
intent?.getStringExtra(IntentData.videoId)?.let {
|
intent?.getStringExtra(IntentData.videoId)?.let {
|
||||||
// the bottom navigation bar has to be created before opening the video
|
// the bottom navigation bar has to be created before opening the video
|
||||||
// otherwise the player layout measures aren't calculated properly
|
// otherwise the player layout measures aren't calculated properly
|
||||||
// and the miniplayer is opened at a closed state and overlapsing the navigationb ar
|
// and the miniplayer is opened at a closed state and overlapping the navigation bar
|
||||||
binding.bottomNav.viewTreeObserver.addOnGlobalLayoutListener(object : ViewTreeObserver.OnGlobalLayoutListener {
|
binding.bottomNav.viewTreeObserver.addOnGlobalLayoutListener(object : ViewTreeObserver.OnGlobalLayoutListener {
|
||||||
override fun onGlobalLayout() {
|
override fun onGlobalLayout() {
|
||||||
NavigationHelper.navigateVideo(
|
NavigationHelper.navigateVideo(
|
||||||
|
Loading…
Reference in New Issue
Block a user