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