File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
app/src/main/java/com/klee/sapio/ui Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,9 @@ import android.content.Context
44import android.content.Intent
55import android.view.LayoutInflater
66import android.view.ViewGroup
7- import androidx.appcompat.content.res.AppCompatResources
87import androidx.recyclerview.widget.RecyclerView
98import com.klee.sapio.databinding.SearchAppCardBinding
109import com.bumptech.glide.Glide
11- import com.klee.sapio.R
1210import com.klee.sapio.data.Evaluation
1311import com.klee.sapio.data.EvaluationService
1412import com.klee.sapio.domain.EvaluationRepository
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import android.os.Bundle
77import android.os.Handler
88import android.os.Looper
99import android.text.Editable
10- import android.util.Log
1110import android.view.LayoutInflater
1211import android.view.View
1312import android.view.ViewGroup
@@ -26,7 +25,6 @@ import dagger.hilt.android.AndroidEntryPoint
2625import kotlinx.coroutines.CoroutineScope
2726import kotlinx.coroutines.Job
2827import kotlinx.coroutines.launch
29- import okhttp3.internal.wait
3028import javax.inject.Inject
3129
3230@AndroidEntryPoint
Original file line number Diff line number Diff line change 11package com.klee.sapio.ui.viewmodel
22
3- import android.util.Log
43import androidx.lifecycle.ViewModel
5- import androidx.lifecycle.viewModelScope
64import com.klee.sapio.data.Evaluation
75import com.klee.sapio.domain.SearchEvaluationUseCase
86import dagger.hilt.android.lifecycle.HiltViewModel
9- import kotlinx.coroutines.Job
107import kotlinx.coroutines.flow.Flow
118import kotlinx.coroutines.flow.MutableStateFlow
129import kotlinx.coroutines.flow.asStateFlow
13- import kotlinx.coroutines.launch
1410import javax.inject.Inject
1511
1612@HiltViewModel
You can’t perform that action at this time.
0 commit comments