File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,7 @@ public override Task<bool> Sure()
128
128
129
129
if ( ! Directory . Exists ( path ) )
130
130
{
131
- CallUIThread ( ( ) =>
132
- {
133
- App . RaiseException ( _pageId , $ "Folder '{ path } ' can NOT be found") ;
134
- } ) ;
131
+ App . RaiseException ( _pageId , $ "Folder '{ path } ' can NOT be found") ;
135
132
return false ;
136
133
}
137
134
Original file line number Diff line number Diff line change @@ -1587,13 +1587,9 @@ public ContextMenu CreateContextMenuForGitFlow()
1587
1587
init . Click += ( _ , e ) =>
1588
1588
{
1589
1589
if ( _currentBranch == null )
1590
- {
1591
1590
App . RaiseException ( _fullpath , "Git flow init failed: No branch found!!!" ) ;
1592
- }
1593
1591
else if ( CanCreatePopup ( ) )
1594
- {
1595
1592
ShowPopup ( new InitGitFlow ( this ) ) ;
1596
- }
1597
1593
1598
1594
e . Handled = true ;
1599
1595
} ;
You can’t perform that action at this time.
0 commit comments