File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ protected virtual void Dispose(bool isDisposing)
5757 DeviceDisplay . SetCurrent ( null ) ;
5858 DispatcherProvider . SetCurrent ( null ) ;
5959
60+ // Restore default options
6061 var options = new Options ( ) ;
62+ options . SetShouldUseStatusBarBehaviorOnAndroidModalPage ( true ) ;
63+ options . SetShouldEnableSnackbarOnWindows ( false ) ;
6164 options . SetShouldSuppressExceptionsInAnimations ( false ) ;
6265 options . SetShouldSuppressExceptionsInBehaviors ( false ) ;
6366 options . SetShouldSuppressExceptionsInConverters ( false ) ;
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ public class AppBuilderExtensionsTests : BaseTest
88 [ Fact ]
99 public void ConfirmOptionsDefaultValue ( )
1010 {
11- // Assert
12- Assert . True ( Core . Options . ShouldUseStatusBarBehaviorOnAndroidModalPage ) ;
11+ // Assert
12+ Assert . True ( Core . Options . ShouldUseStatusBarBehaviorOnAndroidModalPage ) ;
1313 Assert . False ( Options . ShouldEnableSnackbarOnWindows ) ;
1414 Assert . False ( Options . ShouldSuppressExceptionsInAnimations ) ;
1515 Assert . False ( Options . ShouldSuppressExceptionsInBehaviors ) ;
You can’t perform that action at this time.
0 commit comments