Merge pull request #175 from SunboX/fix-share-target-cancel-butoon

fix share target cancel button
This commit is contained in:
André Fiedler 2017-06-06 21:35:04 +02:00 коммит произвёл GitHub
Родитель 9147dd8788 efdbd3d655
Коммит 88393a3f37
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -12,6 +12,7 @@ using Prism.Windows.Navigation;
using System.Threading.Tasks;
using System;
using Windows.UI.Core;
using Prism.Unity.Windows;
namespace NextcloudApp.ViewModels
{
@ -118,7 +119,7 @@ namespace NextcloudApp.ViewModels
private void CancelFolderSelection()
{
_navigationService.GoBack();
PrismUnityApplication.Current.Exit();
}
private void StartUpload()