Skip to content

Commit

Permalink
do some chore [FoKE-Developers#35]
Browse files Browse the repository at this point in the history
  • Loading branch information
DokySp committed Oct 8, 2024
1 parent 1c49707 commit 28e5000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/foke/together/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class MainApplication: Application() {
}

companion object {
val TAG: String = MainApplication::class.java.simpleName
private val TAG: String = MainApplication::class.java.simpleName
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ class AppPreferencesSerializer @Inject constructor(): Serializer<AppPreferences>

companion object {
private val TAG = AppPreferencesSerializer::class.java.simpleName

}
}

0 comments on commit 28e5000

Please sign in to comment.