Skip to content

Commit 2c5919b

Browse files
committed
[DIA-2585] Add updateUi() for OnClearCustomConsentDataPress
1 parent 4b3d905 commit 2c5919b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/ExampleApp/Scripts/PrivacySettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public void OnClearCustomConsentDataPress()
130130
onSuccessDelegate: SuccessDelegate
131131
);
132132
storedConsentString = null;
133+
updateUI();
133134
}
134135

135136
public void OnLoadMessagePress()

0 commit comments

Comments
 (0)