1
0
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:
kspearrin
2016-06-03 17:54:49 -04:00
parent 186bbddff6
commit f7ac5e08f2
3 changed files with 33 additions and 34 deletions

View File

@@ -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)
{