mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
close dialog
This commit is contained in:
parent
7f65a401c7
commit
07f9a3b8e2
@ -43,7 +43,10 @@ class RenamePlaylistDialog(
|
|||||||
.show()
|
.show()
|
||||||
return@setOnClickListener
|
return@setOnClickListener
|
||||||
}
|
}
|
||||||
if (newPlaylistName == currentPlaylistName) return@setOnClickListener
|
if (newPlaylistName == currentPlaylistName) {
|
||||||
|
dismiss()
|
||||||
|
return@setOnClickListener
|
||||||
|
}
|
||||||
val appContext = requireContext().applicationContext
|
val appContext = requireContext().applicationContext
|
||||||
|
|
||||||
lifecycleScope.launch {
|
lifecycleScope.launch {
|
||||||
|
Loading…
Reference in New Issue
Block a user