Skip to content

Commit

Permalink
fix: made tag-line method suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jul 19, 2021
1 parent 6e59176 commit 462397f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -332,7 +332,7 @@ interface ProductsAPI {
* This method gives the news in all languages
*/
@GET("/files/tagline/tagline-$FLAVOR_versionCode.json")
fun getTagline(@Header("User-Agent") header: String): ArrayList<TagLineLanguage>
suspend fun getTagline(@Header("User-Agent") header: String): ArrayList<TagLineLanguage>

/**
* Returns images for the current product
Expand Down

0 comments on commit 462397f

Please sign in to comment.