mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
empty string header for iOS
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Bit.App.Utilities
|
|||||||
{
|
{
|
||||||
if(Device.RuntimePlatform == Device.iOS)
|
if(Device.RuntimePlatform == Device.iOS)
|
||||||
{
|
{
|
||||||
return null;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
return " ";
|
return " ";
|
||||||
|
|||||||
Reference in New Issue
Block a user