Skip to content

Commit

Permalink
fix fullfilusecase not init variable bug (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
wow890209 authored Dec 13, 2023
1 parent 4eb011b commit e0e5a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import tw.waterballsa.utopia.utopiagamification.quest.usecase.PlayerFulfillMissi

class PlayerFulfillMissionPresenter : PlayerFulfillMissionsUsecase.Presenter {

lateinit var viewModel: ViewModel
var viewModel: ViewModel? = null
private set

override fun present(mission: Mission) {
Expand Down

0 comments on commit e0e5a41

Please sign in to comment.