Skip to content

Commit

Permalink
fix: [ANDROAPP-5802] scheduling dialog not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed Feb 27, 2024
1 parent eab2b98 commit e446de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class TEIDataFragment : FragmentGlobalAbstract(), TEIDataContracts.View {
}

override fun displayGenerateEvent(eventUid: String) {
// presenter.displayGenerateEvent(eventUid)
presenter.displayGenerateEvent(eventUid)
dashboardViewModel.updateEventUid(null)
}

Expand Down

0 comments on commit e446de8

Please sign in to comment.