我的胶囊运行良好,如果使用后仍然运行良好,BixbyStudio-6.8.1-r19f.7483-win
但在最新更新之后,我的胶囊在选择页面上阅读了两次消息。我的讯息是
请选择以下一项
它在屏幕上正确显示,但在阅读时,它正在阅读
请选择以下选项之一...如果您想从上次停下的地方继续,请按回...请选择以下选项之一
每次点击时,“如果您想从上次中断的地方继续,请按后退”的信息不断变化。有时它说
你接下来喜欢做什么
其他所有消息都很好,但这发生在选择页面上。我的选择代码是
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)
}
}
}
}
}
}
}
请建议这是否是从头到尾的问题。