fix for CXTDT-367273

This commit is contained in:
vimal 2023-01-24 20:52:26 +05:30
parent b6bd1b9407
commit 3a57a11a57

View File

@ -150,6 +150,9 @@ open class HeadlineBody: View {
open override func reset() {
super.reset()
//Reset the text values
headlineLabel.reset()
messageLabel.reset()
stylePageHeader()
}
}