Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-windows10
Commits
d2a8588f
Commit
d2a8588f
authored
May 03, 2016
by
Margaux Clerc
Browse files
Add back button for windows application
parent
af04fbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Linphone/App.xaml.cs
Linphone/App.xaml.cs
+3
-1
No files found.
Linphone/App.xaml.cs
View file @
d2a8588f
...
...
@@ -121,7 +121,9 @@ namespace Linphone
#endif
//Start linphone
var
currentView
=
SystemNavigationManager
.
GetForCurrentView
();
currentView
.
AppViewBackButtonVisibility
=
AppViewBackButtonVisibility
.
Visible
;
LinphoneManager
.
Instance
.
InitLinphoneCore
();
LinphoneManager
.
Instance
.
CoreDispatcher
=
Windows
.
ApplicationModel
.
Core
.
CoreApplication
.
GetCurrentView
().
CoreWindow
.
Dispatcher
;
LinphoneManager
.
Instance
.
CallListener
=
this
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment