remove extra imports

This commit is contained in:
Satindar Dhillon
2022-08-12 15:19:20 -07:00
parent aedfc33f5f
commit 81e78749ca
2 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,7 @@ import androidx.datastore.preferences.core.edit
import androidx.datastore.preferences.core.intPreferencesKey
import androidx.datastore.preferences.core.stringPreferencesKey
import androidx.datastore.preferences.preferencesDataStore
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.first
import kotlinx.coroutines.flow.map
import javax.inject.Inject
private val Context.dataStore: DataStore<Preferences> by preferencesDataStore(

View File

@ -2,7 +2,6 @@ package app.omnivore.omnivore
import android.content.ContentValues
import android.util.Log
import androidx.activity.viewModels
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import dagger.hilt.android.lifecycle.HiltViewModel