1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

empty string header for iOS

This commit is contained in:
Kyle Spearrin
2017-11-27 21:58:52 -05:00
parent 699f76c29e
commit 083003d34f

View File

@@ -68,7 +68,7 @@ namespace Bit.App.Utilities
{
if(Device.RuntimePlatform == Device.iOS)
{
return null;
return string.Empty;
}
return " ";