1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 23:03:23 +00:00

Aitpfill fixes for main page set. Memory service for monitoring memory use on Android.

This commit is contained in:
Kyle Spearrin
2017-02-14 19:47:00 -05:00
parent b05dd4cc2c
commit 56c33ee82b
10 changed files with 213 additions and 13 deletions

View File

@@ -153,7 +153,7 @@ namespace Bit.Android
private string ExtractUri(string uri, AccessibilityNodeInfo addressNode)
{
if(addressNode != null)
if(addressNode?.Text != null)
{
uri = addressNode.Text;
if(!uri.Contains("://"))