Add type to unknown content exception

This commit is contained in:
Kelvin 2024-03-01 15:31:30 +01:00
parent 45d818ac81
commit 35fe7f0e7a

View file

@ -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",
{ });
}