Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
4b44eec5
Commit
4b44eec5
authored
Jan 21, 2019
by
Nihar Thakkar
Browse files
Small improvement
parent
21f4f282
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/io/eelo/appinstaller/api/HomeRequest.kt
View file @
4b44eec5
...
...
@@ -75,7 +75,11 @@ class HomeRequest {
data
[
"icon_image_path"
]
as
String
,
(
data
[
"other_images_path"
]
as
List
<
String
>).
toTypedArray
(),
data
[
"exodus_score"
].
toString
().
toFloat
(),
BasicData
.
Ratings
(
0f
,
0f
))
BasicData
.
Ratings
(
(
data
[
"ratings"
]
as
LinkedHashMap
<
String
,
Int
>)
["usageQualityScore"]
!!
.
toFloat
(),
(
data
[
"ratings"
]
as
LinkedHashMap
<
String
,
Int
>)
["privacyScore"]
!!
.
toFloat
()))
appsData
.
add
(
appData
)
}
this
.
apps
[
Category
(
key
)]
=
appsData
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment