mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
MAUI Sample iOS Extension Tap gesture workaround
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
namespace Bit.Core
|
||||
{
|
||||
public class ServiceContainer
|
||||
{
|
||||
public ServiceContainer()
|
||||
{
|
||||
}
|
||||
|
||||
public static void Reset()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user