mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
remove old, unnecessary refs for client handler
This commit is contained in:
@@ -39,9 +39,6 @@ namespace Bit.Android
|
||||
public MainApplication(IntPtr handle, JniHandleOwnership transer)
|
||||
: base(handle, transer)
|
||||
{
|
||||
// NOTE: This is just here to stop the linker from removing AndroidClientHandler references
|
||||
var handler = new AndroidClientHandler();
|
||||
|
||||
if(!Resolver.IsSet)
|
||||
{
|
||||
SetIoc(this);
|
||||
|
||||
Reference in New Issue
Block a user