With multiple activities on a page, is there a way for one activity to disable certain modifications from other activities?
For example I have this use case:
Activity 1: Updates elem1, elem2, elem3
Activity 2: Updates elem2, elem3, elem4
Is there a way for another activity (Activity 3) to disable:
Activity 1: disable update on elem3
Activity 2: disable update on elem2