Fix: Fixed the ContextProvider

This commit is contained in:
HeCodes2Much
2024-11-26 16:28:17 +00:00
parent 35b2d8d3b9
commit 527825a886
3 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ package com.github.droidworksstudio.launcher
import android.app.Application
import android.content.Context
import android.graphics.Typeface
import com.github.droidworksstudio.launcher.helper.ContextProvider
import com.github.droidworksstudio.launcher.helper.PreferenceHelper
import com.github.droidworksstudio.launcher.helper.contextProvider.kt.ContextProvider
import dagger.hilt.android.HiltAndroidApp
import org.acra.ACRA
import org.acra.ReportField

View File

@@ -1,4 +1,4 @@
package com.github.droidworksstudio.launcher.helper.contextProvider.kt
package com.github.droidworksstudio.launcher.helper
import android.content.Context

View File

@@ -10,7 +10,7 @@ import android.util.Log
import androidx.annotation.RequiresApi
import com.github.droidworksstudio.launcher.data.dao.AppInfoDAO
import com.github.droidworksstudio.launcher.data.entities.AppInfo
import com.github.droidworksstudio.launcher.helper.contextProvider.kt.ContextProvider
import com.github.droidworksstudio.launcher.helper.ContextProvider
import com.github.droidworksstudio.launcher.utils.Constants
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.flow.Flow