mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
remove GeeksvilleApplication constructors with default parameters
This commit is contained in:
parent
43652f4742
commit
801bc2dd6c
2 changed files with 3 additions and 22 deletions
|
|
@ -9,11 +9,8 @@ import com.geeksville.mesh.util.Exceptions
|
|||
import com.google.firebase.crashlytics.FirebaseCrashlytics
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
|
||||
// NOTE: This is a workaround since the Hilt Gradle plugin doesn't support constructors with default parameters
|
||||
open class GeeksvilleApplicationWrapper : GeeksvilleApplication()
|
||||
|
||||
@HiltAndroidApp
|
||||
class MeshUtilApplication : GeeksvilleApplicationWrapper() {
|
||||
class MeshUtilApplication : GeeksvilleApplication() {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue