mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
update lots of packages.
This commit is contained in:
@@ -27,6 +27,9 @@ namespace Bit.Android
|
||||
|
||||
protected override void OnCreate(Bundle bundle)
|
||||
{
|
||||
var policy = new StrictMode.ThreadPolicy.Builder().PermitAll().Build();
|
||||
StrictMode.SetThreadPolicy(policy);
|
||||
|
||||
ToolbarResource = Resource.Layout.toolbar;
|
||||
TabLayoutResource = Resource.Layout.tabs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user