1
0
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:
Kyle Spearrin
2017-04-20 14:23:40 -04:00
parent a6bc44dc10
commit 8cf25d3602
3 changed files with 0 additions and 7 deletions

View File

@@ -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);