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 May 15, 2023. It is now read-only.
Right now, a custom invocation of RemixerFragment has to be done via DialogFragment#show(FragmentManager manager, String tag). It's not too bad, but consider exposing a more streamlined show(FragmentActivity activity) API.
Clients may want to do this if they want to invoke RemixerFragment from a Toolbar MenuItem (not-a Button).
The text was updated successfully, but these errors were encountered:
Right now, a custom invocation of RemixerFragment has to be done via
DialogFragment#show(FragmentManager manager, String tag)
. It's not too bad, but consider exposing a more streamlinedshow(FragmentActivity activity)
API.Clients may want to do this if they want to invoke RemixerFragment from a Toolbar MenuItem (not-a Button).
The text was updated successfully, but these errors were encountered: