Skip to content

Commit fec51a2

Browse files
committed
Updated all the data-modifying methods in CardContentProvider
1 parent 7831634 commit fec51a2

2 files changed

Lines changed: 231 additions & 191 deletions

File tree

AnkiDroid/src/main/java/com/ichi2/anki/observability/ChangeManager.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ object ChangeManager {
204204
notifySubscribers(ALL, handler)
205205
}
206206

207+
fun publishAllValuesChanged(handler: Any? = null) {
208+
publish(ALL, handler)
209+
}
210+
207211
/**
208212
* An OpChanges that ensures that all data should be considered as potentially changed.
209213
*/

0 commit comments

Comments
 (0)