Skip to content

Commit 5cab72e

Browse files
committed
Fix merge bug in RxApp
1 parent fe2d6a4 commit 5cab72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveUI/RxApp.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static bool InUnitTestRunner()
226226
return true;
227227
}
228228

229-
return ret;
229+
return false;
230230
#elif WINRT
231231
// NB: We have no way to detect if we're in design mode in WinRT.
232232
return false;

0 commit comments

Comments
 (0)