1
0
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:
Kyle Spearrin
2016-12-06 22:27:14 -05:00
parent 187bc83db9
commit 6c554b4d51
28 changed files with 331 additions and 165 deletions

View File

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