Skip to content

Commit

Permalink
fix: [ANDROAPP-6285] Org. Unit dialog crashes on device rotation (#3715)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan authored Jul 5, 2024
1 parent 4bea754 commit 333c862
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 333c862

Please sign in to comment.