Loading app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ plugins { def versionMajor = 2 def versionMinor = 5 def versionPatch = 6 def versionPatch = 7 def getGitHash = { -> def stdOut = new ByteArrayOutputStream() Loading app/src/main/java/foundation/e/apps/data/fused/FusedApiImpl.kt +5 −5 Original line number Diff line number Diff line Loading @@ -336,7 +336,8 @@ class FusedApiImpl @Inject constructor( searchResult: MutableList<FusedApp>, packageSpecificResults: ArrayList<FusedApp> ): GplaySearchResultLiveData { return runFlowWithTimeout({ return runFlowWithTimeout( { getGplaySearchResult(query) }, { it.second Loading @@ -359,7 +360,6 @@ class FusedApiImpl @Inject constructor( } else { it } } } Loading app/src/main/java/foundation/e/apps/data/gplay/utils/TimeoutEvaluation.kt +2 −4 Original line number Diff line number Diff line Loading @@ -61,7 +61,6 @@ suspend fun <T> runFlowWithTimeout( cancel() } try { withContext(Dispatchers.IO) { timer.start() Loading @@ -88,7 +87,6 @@ suspend fun <T> runFlowWithTimeout( } } } } private class Timer( Loading Loading
app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ plugins { def versionMajor = 2 def versionMinor = 5 def versionPatch = 6 def versionPatch = 7 def getGitHash = { -> def stdOut = new ByteArrayOutputStream() Loading
app/src/main/java/foundation/e/apps/data/fused/FusedApiImpl.kt +5 −5 Original line number Diff line number Diff line Loading @@ -336,7 +336,8 @@ class FusedApiImpl @Inject constructor( searchResult: MutableList<FusedApp>, packageSpecificResults: ArrayList<FusedApp> ): GplaySearchResultLiveData { return runFlowWithTimeout({ return runFlowWithTimeout( { getGplaySearchResult(query) }, { it.second Loading @@ -359,7 +360,6 @@ class FusedApiImpl @Inject constructor( } else { it } } } Loading
app/src/main/java/foundation/e/apps/data/gplay/utils/TimeoutEvaluation.kt +2 −4 Original line number Diff line number Diff line Loading @@ -61,7 +61,6 @@ suspend fun <T> runFlowWithTimeout( cancel() } try { withContext(Dispatchers.IO) { timer.start() Loading @@ -88,7 +87,6 @@ suspend fun <T> runFlowWithTimeout( } } } } private class Timer( Loading