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
setButtonClickListener(view -> {
// Listener must be attached on activity attach and callback should be set.
getFragmentManager().beginTransaction().remove(ErrorFragment.this).commit();
// FIXME This is a temp code, listener callback must be propagated to parent activity to take action
getActivity().finish();
});
Ideally it should call back to parent activity using listener and activity is the one should decide what to do.
The text was updated successfully, but these errors were encountered:
Core on
ErrorFragment
Ideally it should call back to parent activity using listener and activity is the one should decide what to do.
The text was updated successfully, but these errors were encountered: