Skip to content

Commit

Permalink
fix async result
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLichtenstein committed Oct 2, 2023
1 parent 46bc9bf commit af3cb24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import androidx.navigation.NavController
import com.rubylichtenstein.domain.breeds.BreedEntity
import com.rubylichtenstein.domain.common.AsyncResult
import com.rubylichtenstein.domain.common.capitalizeWords
import com.rubylichtenstein.ui.Screen
import com.rubylichtenstein.ui.common.AsyncResult
import com.rubylichtenstein.ui.common.AsyncStateHandler

@Composable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import com.rubylichtenstein.domain.common.AsyncResult

@Composable
fun <T> AsyncStateHandler(
Expand Down

0 comments on commit af3cb24

Please sign in to comment.