Skip to content

Commit

Permalink
Merge pull request #198 from TeamDMU/fix/compile-error
Browse files Browse the repository at this point in the history
Hotfix : 컴파일 에러 수정
  • Loading branch information
m6z1 authored Mar 25, 2024
2 parents 846d99a + 047d089 commit eb2e2a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class MainActivity : BaseActivity<ActivityMainBinding, MainViewModel>() {
//TODO: prefs 선언 중복 제거될 경우 주석 제거
//prefs.edit().putString("fcm_token", token).commit()
})

}

companion object {
fun createIntent(context: Context): Intent {
return Intent(context, MainActivity::class.java)
Expand Down

0 comments on commit eb2e2a5

Please sign in to comment.