Skip to content

Commit d935b9b

Browse files
committed
Fixups from merge tragedy
1 parent 2968960 commit d935b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveUI.Platforms/Xaml/ViewModelViewHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public IObservable<string> ViewContractObservable {
5656
public ViewModelViewHost()
5757
{
5858
// NB: InUnitTestRunner also returns true in Design Mode
59-
if (RxApp.InUnitTestRunner()) {
59+
if (ModeDetector.InUnitTestRunner()) {
6060
ViewContractObservable = Observable.Never<string>();
6161
return;
6262
}

0 commit comments

Comments
 (0)