Issue 6615: Provide default constructor for ApplicationDialogFragment
Description
Provide an empty default constructor for fragment ApplicationDialogFragment
Technical details
Fragments should have an empty public constructor, otherwise crashes like the one outlined in the issue below tends to occur.