mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
ktlint
This commit is contained in:
parent
a50eec3a65
commit
4e241e56d6
@ -46,7 +46,9 @@ class CustomInstanceDialog : DialogFragment() {
|
|||||||
dismiss()
|
dismiss()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
// invalid URL
|
// invalid URL
|
||||||
Toast.makeText(context, getString(R.string.invalid_url), Toast.LENGTH_SHORT).show()
|
Toast.makeText(
|
||||||
|
context, getString(R.string.invalid_url), Toast.LENGTH_SHORT
|
||||||
|
).show()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// at least one empty input
|
// at least one empty input
|
||||||
|
Loading…
Reference in New Issue
Block a user