Merge pull request #175 from SunboX/fix-share-target-cancel-butoon
fix share target cancel button
This commit is contained in:
Коммит
88393a3f37
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче