1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

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

View File

@ -54,7 +54,7 @@ namespace osu.Android
{
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;