Skip to content

Commit

Permalink
fix: [ANDROAPP-6225] org unit dialog when device is rotated (#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos authored Jun 18, 2024
1 parent 1356c64 commit 60c52e7
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 60c52e7

Please sign in to comment.