Skip to content

Commit

Permalink
fix : 괄호 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
m6z1 committed Mar 25, 2024
1 parent 846d99a commit 047d089
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 047d089

Please sign in to comment.