mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
helper for empty header value
This commit is contained in:
@@ -56,5 +56,15 @@ namespace Bit.App.Utilities
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public static string GetEmptyTableSectionTitle()
|
||||
{
|
||||
if(Device.RuntimePlatform == Device.iOS)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return " ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user