Skip to content

Commit 713e294

Browse files
committed
refactor: set default sorting for cursor and entities
https://github.com/elimu-ai/analytics/releases/tag/4.0.34
1 parent 4cf045b commit 713e294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/src/main/java/ai/elimu/content_provider/utils/ContentProviderUtil.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ object ContentProviderUtil {
150150
"wordGson.getText(): \"" + wordGson.text + "\""
151151
)
152152
val wordAssessmentEventGsons = EventProviderUtil.getWordAssessmentEventGsonsByWord(
153-
wordGson,
154-
context,
155-
analyticsApplicationId
153+
wordGson = wordGson,
154+
context = context,
155+
analyticsApplicationId = analyticsApplicationId
156156
)
157157
Log.i(
158158
TAG,

0 commit comments

Comments
 (0)