You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the UI::Navigation class is not compatible with whatever version of Android I am using (23?). When I try to set the title that is displayed in the navigation bar, I see this error:
Exception raised: NoMethodError: undefined method `supportActionBar' for #<MainActivity:0x100075>
I noticed that the main activity class generated by the Flow generator looks like this:
I just ran into this same problem. Same fix that @andrewhavens recommended above worked for me, but it seems like there should be a more appropriate bug fix applied to Flow
It seems that the
UI::Navigation
class is not compatible with whatever version of Android I am using (23?). When I try to set the title that is displayed in the navigation bar, I see this error:I noticed that the main activity class generated by the Flow generator looks like this:
I was able to get it to work with this:
But I'm not sure if that is the right solution to this problem.
The text was updated successfully, but these errors were encountered: