Skip to content

Commit

Permalink
Fix version for availableLocales signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Jan 26, 2021
1 parent abe3eac commit de42ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ data class DeviceStateRawData(
}

fun availableLocales() = object : Signal<List<String>>(
2,
1,
null,
StabilityLevel.OPTIMAL,
AVAILABLE_LOCALES_KEY,
Expand Down

0 comments on commit de42ba8

Please sign in to comment.