mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Remove duplicated code path in switch.
This commit is contained in:
parent
324f80d994
commit
4266c67bb6
@ -62,13 +62,6 @@ namespace osu.Android
|
||||
break;
|
||||
|
||||
case Intent.ActionSend:
|
||||
{
|
||||
var content = intent.ClipData?.GetItemAt(0);
|
||||
if (content != null)
|
||||
handleImportFromUris(content.Uri);
|
||||
break;
|
||||
}
|
||||
|
||||
case Intent.ActionSendMultiple:
|
||||
{
|
||||
var uris = new List<Uri>();
|
||||
|
Loading…
Reference in New Issue
Block a user