Skip to content

Commit e669f63

Browse files
Missed file from the last commit
1 parent 435a6dc commit e669f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveUI/Cocoa/ReactiveNSViewController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ internal static void ActivateSubviews(this UIViewController This, bool activate)
135135
private static void ActivateSubviews(this UIView This, bool activate)
136136
{
137137
foreach (var view in This.Subviews) {
138-
var subview = view as ICanActivateView;
138+
var subview = view as ICanForceManualActivation;
139139
if (subview != null) {
140140
subview.Activate(activate);
141141
}

0 commit comments

Comments
 (0)