mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
remove old, unnecessary refs for client handler
This commit is contained in:
@@ -756,9 +756,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AndroidResource Include="Resources\drawable\icon.png" />
|
<AndroidResource Include="Resources\drawable\icon.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<AndroidEnvironment Include="EnvironmentVariables.txt" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AndroidResource Include="Resources\drawable\notification_sm.png" />
|
<AndroidResource Include="Resources\drawable\notification_sm.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
XA_HTTP_CLIENT_HANDLER_TYPE=Xamarin.Android.Net.AndroidClientHandler
|
|
||||||
@@ -39,9 +39,6 @@ namespace Bit.Android
|
|||||||
public MainApplication(IntPtr handle, JniHandleOwnership transer)
|
public MainApplication(IntPtr handle, JniHandleOwnership transer)
|
||||||
: base(handle, transer)
|
: base(handle, transer)
|
||||||
{
|
{
|
||||||
// NOTE: This is just here to stop the linker from removing AndroidClientHandler references
|
|
||||||
var handler = new AndroidClientHandler();
|
|
||||||
|
|
||||||
if(!Resolver.IsSet)
|
if(!Resolver.IsSet)
|
||||||
{
|
{
|
||||||
SetIoc(this);
|
SetIoc(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user