mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Add type to unknown content exception
This commit is contained in:
parent
45d818ac81
commit
35fe7f0e7a
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ class MainActivity : AppCompatActivity, IWithResultLauncher {
|
|||
UIDialogs.showSingleButtonDialog(
|
||||
this,
|
||||
R.drawable.ic_play,
|
||||
getString(R.string.unknown_content_format) + " [${url}]",
|
||||
getString(R.string.unknown_content_format) + " [${url}]\n[${intent.type}]",
|
||||
"Ok",
|
||||
{ });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue