Chukwuka Eze

Results 4 issues of Chukwuka Eze

Fixed issue #31 By adjusting the values for Gravity TOP & CENTER, the toast centers properly. **Before** **After**

When a value is selected and `onValueChange` runs which causes the page to update the value selected is lost. But I can get that value from the url, but I...

Stale

interface MainNetwork { `@GET("next_title.json")` `suspend fun fetchNextTitle(): Result` } I tried returning a `Result` & got `'kotlin.Result' can not be used as a return type`