mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
empty string header for iOS
This commit is contained in:
parent
699f76c29e
commit
083003d34f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue