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:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user