mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
Fixed issues with storyboard with xamarin studio
This commit is contained in:
@@ -125,8 +125,8 @@ namespace Bit.iOS.Extension
|
||||
}
|
||||
}
|
||||
|
||||
partial void DoneClicked(NSObject sender)
|
||||
{
|
||||
partial void DoneClicked(Foundation.NSObject sender)
|
||||
{
|
||||
NSDictionary itemData = null;
|
||||
if(ProviderType == UTType.PropertyList)
|
||||
{
|
||||
@@ -324,7 +324,7 @@ namespace Bit.iOS.Extension
|
||||
return default(T);
|
||||
}
|
||||
|
||||
private T DeserializeString<T>(NSString jsonString)
|
||||
private T DeserializeString<T>(NSString jsonString)
|
||||
{
|
||||
if(jsonString != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user