Fix missed change in merge conflict...

This commit is contained in:
Lucas A 2020-12-27 14:11:30 +01:00
parent 7ae4979882
commit e9e0e18dc5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ private void handleIntent(Intent intent)
{
case Intent.ActionDefault:
if (intent.Scheme == ContentResolver.SchemeContent)
handleImportFromUri(intent.Data);
handleImportFromUris(intent.Data);
else if (osu_url_schemes.Contains(intent.Scheme))
game.HandleLink(intent.DataString);
break;