Skip to content

Commit

Permalink
fix: Getter doesn't support Throws annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Oct 16, 2024
1 parent 0ebb19a commit ab01958
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class AppSettingsManager internal constructor(
* A [Flow] that emits the current [AppSettings] object whenever it changes. This flow operates
* on the [Dispatchers.IO] context to avoid blocking the main thread.
*/
@get:Throws(RealmException::class)
val appSettings: Flow<AppSettings?>
get() = appSettingsController.getAppSettingsFlow().flowOn(Dispatchers.IO)

Expand Down

0 comments on commit ab01958

Please sign in to comment.