Skip to content

Commit

Permalink
fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos authored and andresmr committed May 21, 2024
1 parent 4272e4a commit d589c1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ class EventCaptureActivity :
setUpNavigationBar()
setUpEventCaptureFormLandscape(newEventUid)
showProgress()
presenter!!.initNoteCounter()
presenter!!.init()
presenter.initNoteCounter()
presenter.init()
}
}

Expand Down

0 comments on commit d589c1a

Please sign in to comment.