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