Skip to content

Commit e266386

Browse files
committed
fix: exclude letter-sounds from word
#421
1 parent bd18777 commit e266386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/main/java/ai/elimu/content_provider/utils/converter/CursorToStoryBookParagraphGsonConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object CursorToStoryBookParagraphGsonConverter {
5757
wordsCursor.moveToNext()
5858

5959
// Convert from Room to Gson
60-
val wordGson = CursorToWordGsonConverter.getWordGson(wordsCursor, context, contentProviderApplicationId)
60+
val wordGson = CursorToWordGsonConverter.getWordGson(wordsCursor)
6161
wordGsons.add(wordGson)
6262

6363
isLast = wordsCursor.isLast

0 commit comments

Comments
 (0)