yaoandy107
yaoandy107
Thanks for your fast reply. The `runInTransaction()` can't support suspend function, so it can't replace `withTransaction()`. Besides, the `withTransaction()` is the new API introduced in the issue you posted above.
I find out that the [KDoc](https://android.googlesource.com/platform/frameworks/support/+/refs/changes/74/891674/20/room/coroutines/src/main/java/androidx/room/RoomDatabase.kt) of `withTransaction()` has mentioned that it should use the same coroutineScope that receive by the suspending block to perform blocking database operation. So I...
I'd like to do this task 🙋
@takahirom Sorry for the lateness. I worked on this a while ago, and it worked fine at the time. But yesterday, when I pulled changes from the main branch. I...
@takahirom I have created a PR for my current status~
I worked on this a while ago, and it worked fine at the time. But yesterday, when I pulled changes from the main branch. I found out that there's an...
I would like to work on this issue. I really need this feature!
@ILIYANGERMANOV Would it be better to add an option to enable it when creating a budget? So that it could be set independently per budget.
@LinX64 IMO, the modifier parameter shouldn't apply to all composable in the function, it may break them when it's not using the default Modifier. In this example, the modifier which...