Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theothernt committed Nov 21, 2023
1 parent 8affddd commit ad68422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AppearanceTypographyFragment : PreferenceFragmentCompat() {

override fun onResume() {
super.onResume()
LoggingHelper.logScreenView("Tyopgraphy", TAG)
LoggingHelper.logScreenView("Typography", TAG)
}

companion object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class MigrationHelper(val context: Context) {
private val prefsPackageName = "${context.packageName}_preferences"
private val prefs = context.getSharedPreferences(prefsPackageName, Context.MODE_PRIVATE)

@Suppress("KotlinConstantConditions")
fun upgradeSettings() {
val latestVersion = BuildConfig.VERSION_CODE
val lastKnownVersion = getLastKnownVersion()
Expand Down

0 comments on commit ad68422

Please sign in to comment.