Skip to content

Commit

Permalink
去除原版后退按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWFan authored and ThomasWFan committed Oct 16, 2016
1 parent 6c81c9a commit 52c3728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili2/Pages/PlayerPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ protected override async void OnNavigatedTo(NavigationEventArgs e)
{
cb_setting_defu.IsChecked = true;
grid_end.Visibility = Visibility.Collapsed;
SystemNavigationManager.GetForCurrentView().AppViewBackButtonVisibility = AppViewBackButtonVisibility.Visible;
//SystemNavigationManager.GetForCurrentView().AppViewBackButtonVisibility = AppViewBackButtonVisibility.Visible;
await Task.Delay(200);
sql.CreateTable();
if (datetimer == null)
Expand Down

0 comments on commit 52c3728

Please sign in to comment.