1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-26 09:23:15 +00:00

No need for custom handler anymore - xam bug fixed

This commit is contained in:
Kyle Spearrin
2017-04-20 14:22:11 -04:00
parent 408d66ee74
commit a6bc44dc10
3 changed files with 1 additions and 776 deletions

View File

@@ -7,6 +7,6 @@ namespace Bit.Android.Services
{
public class HttpService : IHttpService
{
public ApiHttpClient Client => new ApiHttpClient(new CustomAndroidClientHandler());
public ApiHttpClient Client => new ApiHttpClient(new AndroidClientHandler());
}
}