My capsule was working good and still working good if used on BixbyStudio-6.8.1-r19f.7483-win
but after the latest update, my capsule is reading message twice on selection page. My message is
Please select one of the following
it is showing proper on the screen but while reading, it is reading like
Please select one of the following ... press back if you want to pick up where you left off ... Please select one of the following
The message "press back if you want to pick up where you left off" keep changing in every hit. Sometimes it says
what you you like to do next
Every other message is good but this is happening on selection page. My selection code is
input-view {
match: FoodChoiceResult (this)
render {
if (size(this.multiple_choice)>0){
selection-of (this) {
navigation-mode {
read-many {
page-size (3)
page-content{
underflow-statement (This is the final set)
item-selection-question (Please select one of the following)
overflow-statement (That's all I have)
}
}
}
has-details (false)
where-each (item) {
layout-macro (food-type-summary) {
param (singleFoodItem) {
expression (item)
}
}
}
}
}
}
}
please suggest if this is issue from end.