Fix spotless.

Change-Id: I9a399da1920fae6b0ff0af7025e683c812beb8bc
pull/1493/head
Jaehwa Noh 1 year ago
parent e35d76cc91
commit bbe45c0d3c

@ -28,7 +28,7 @@ import javax.inject.Inject
* [Application] class for NiA * [Application] class for NiA
*/ */
@HiltAndroidApp @HiltAndroidApp
class NiaApplication : Application(), ImageLoaderFactory, Configuration.Provider{ class NiaApplication : Application(), ImageLoaderFactory, Configuration.Provider {
@Inject @Inject
lateinit var imageLoader: dagger.Lazy<ImageLoader> lateinit var imageLoader: dagger.Lazy<ImageLoader>
@ -39,7 +39,7 @@ class NiaApplication : Application(), ImageLoaderFactory, Configuration.Provider
// override fun onCreate() { // override fun onCreate() {
// super.onCreate() // super.onCreate()
// Initialize Sync; the system responsible for keeping data in the app up to date. // Initialize Sync; the system responsible for keeping data in the app up to date.
// Sync.initialize() // Sync.initialize()
// ProfileVerifierLogger.start() // ProfileVerifierLogger.start()
// } // }

Loading…
Cancel
Save