Skip to content

Commit

Permalink
ReactiveNavigationController should be activatable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcb committed Mar 18, 2016
1 parent 04d2df3 commit 97eac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveUI/Cocoa/ReactiveNavigationController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
namespace ReactiveUI
{
public abstract class ReactiveNavigationController : UINavigationController,
IReactiveNotifyPropertyChanged<ReactiveNavigationController>, IHandleObservableErrors, IReactiveObject, ICanActivate
IReactiveNotifyPropertyChanged<ReactiveNavigationController>, IHandleObservableErrors, IReactiveObject, ICanActivate, IActivatable
{
protected ReactiveNavigationController(UIViewController rootViewController) : base(rootViewController) { setupRxObj(); }
protected ReactiveNavigationController(Type navigationBarType, Type toolbarType) : base(navigationBarType, toolbarType) { setupRxObj(); }
Expand Down

0 comments on commit 97eac85

Please sign in to comment.