mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
empty string header for iOS
This commit is contained in:
parent
699f76c29e
commit
083003d34f
@ -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 " ";
|
||||||
|
Loading…
Reference in New Issue
Block a user