Skip to content

Commit

Permalink
fix: [ANDROAPP-6285] Org. Unit dialog crashes on device rotation
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <pablo@dhis2.org>
  • Loading branch information
Balcan committed Jul 4, 2024
1 parent 6242cab commit bb401af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const val ARG_SINGLE_SELECTION = "OUTreeFragment.ARG_SINGLE_SELECTION"
const val ARG_SCOPE = "OUTreeFragment.ARG_SCOPE"
const val ARG_PRE_SELECTED_OU = "OUTreeFragment.ARG_PRE_SELECTED_OU"

class OUTreeFragment private constructor() : DialogFragment() {
class OUTreeFragment : DialogFragment() {

class Builder {
private var showAsDialog = false
Expand Down

0 comments on commit bb401af

Please sign in to comment.