Skip to content

Commit

Permalink
fix : applicationcontext this로 변경 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 29, 2023
1 parent 209a963 commit b49fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/android/go/sopt/SoptApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SoptApplication : Application() {
}

override fun onCreate() {
prefs = UserSharedPreferences(applicationContext)
prefs = UserSharedPreferences(this)
super.onCreate()
}
}

0 comments on commit b49fb08

Please sign in to comment.