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
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
RosieActivity should extend from AppCompatActivity (or make a new RosieAppCompatActivity) to allow using things like setSupportActionBar()
I think there is no downside to changing RosieActivity to extend AppCompatActivity since both extend FragmentActivity and Rosie already depends on the support library.
The text was updated successfully, but these errors were encountered:
RosieActivity
should extend fromAppCompatActivity
(or make a newRosieAppCompatActivity
) to allow using things likesetSupportActionBar()
I think there is no downside to changing
RosieActivity
to extendAppCompatActivity
since both extendFragmentActivity
and Rosie already depends on the support library.The text was updated successfully, but these errors were encountered: