mirror of https://github.com/ppy/osu
Fix missed change in merge conflict...
This commit is contained in:
parent
7ae4979882
commit
e9e0e18dc5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue