We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634e330 commit 333294fCopy full SHA for 333294f
1 file changed
AnkiDroid/src/main/java/com/ichi2/anki/observability/ChangeManager.kt
@@ -53,6 +53,10 @@ object ChangeManager {
53
* Called after a backend method invoked via col.op() or col.opWithProgress()
54
* has modified the collection. Subscriber should inspect the changes, and update
55
* the UI if necessary.
56
+ *
57
+ * @param changes see [OpChanges].
58
+ * @param handler the initiator of the change. A subscriber may compare this against itself
59
+ * to detect changes it caused, and skip its default handling in favour of more specific updates.
60
*/
61
fun opExecuted(
62
changes: OpChanges,
0 commit comments