another nonet fix
This commit is contained in:
		@@ -354,12 +354,12 @@ namespace keepass2android
 | 
				
			|||||||
			dialog.Show();
 | 
								dialog.Show();
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					#if !NoNet
 | 
				
			||||||
        private static WebDavStorage CreateWebdavStorage(Activity activity)
 | 
					        private static WebDavStorage CreateWebdavStorage(Activity activity)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            return new WebDavStorage(App.Kp2a.CertificateErrorHandler, App.Kp2a.WebDavChunkedUploadSize);
 | 
					            return new WebDavStorage(App.Kp2a.CertificateErrorHandler, App.Kp2a.WebDavChunkedUploadSize);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
        private void ShowFtpDialog(Activity activity, Util.FileSelectedHandler onStartBrowse, Action onCancel, string defaultPath)
 | 
					        private void ShowFtpDialog(Activity activity, Util.FileSelectedHandler onStartBrowse, Action onCancel, string defaultPath)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
#if !NoNet
 | 
					#if !NoNet
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user