Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Oct 16, 2023
1 parent e6308a4 commit 1aab218
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ class DailySymbolFragment : Fragment() {
dialog?.dismiss()
}
}
dialog = builder.create().apply {
requireActivity().updateAlertDialogWithIcon(DialogMode.DEFAULT, this, null, dialogOptionItemBinding.root)
}
Handler(Looper.getMainLooper()).postDelayed({
dialog = builder.create().apply {
requireActivity().updateAlertDialogWithIcon(DialogMode.DEFAULT, this, null, dialogOptionItemBinding.root)
}
}, 100)
}
}
override fun onChangeMonth(month: Int, year: Int) {
Expand Down

0 comments on commit 1aab218

Please sign in to comment.