Skip to content

Commit

Permalink
refactor: dev 브랜치 머지후 실행되지 않는 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
re4rk committed Oct 6, 2023
1 parent 9cdff2b commit 5516a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TicketEntryActivity : AppCompatActivity() {
}
}
}
repeatOnStarted {
repeatOnStarted(this) {
TicketEntryService.ticketStateChangeEvent.collect { event ->
if (event) {
// TODO 티켓 스캔 화면 처리
Expand Down

0 comments on commit 5516a35

Please sign in to comment.