mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 10:45:04 +00:00
Fix creating list from hamburger menu
This commit is contained in:
@@ -61,6 +61,9 @@ public class CreateListDialogFragment extends DialogFragment {
|
||||
super.onAttach(context);
|
||||
try {
|
||||
onNewListListener = (OnNewListListener) getTargetFragment();
|
||||
if (onNewListListener == null) {
|
||||
onNewListListener = (OnNewListListener) getActivity();
|
||||
}
|
||||
} catch (ClassCastException e) {
|
||||
Log.e("CreateListDialogFragment", "onAttach: ClassCastException: " + e.getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user