Skip to content

Commit

Permalink
Remove now useless kotlinx.serialization.decodeFromString
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 15, 2023
1 parent 4c60cca commit 7e88d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import com.infomaniak.lib.core.api.ApiController
import com.infomaniak.lib.core.networking.HttpClient
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
import kotlinx.serialization.decodeFromString
import okhttp3.Request

class FdroidApiTools {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import androidx.lifecycle.liveData
import com.infomaniak.lib.core.api.ApiController
import com.infomaniak.lib.core.networking.HttpClient
import kotlinx.coroutines.Dispatchers
import kotlinx.serialization.decodeFromString
import okhttp3.Request

class GitHubViewModel : ViewModel() {
Expand Down

0 comments on commit 7e88d77

Please sign in to comment.