1
0
forked from GitHub/gf-core

fix in the Android UI

This commit is contained in:
krasimir
2016-06-16 12:56:56 +00:00
parent b247e99c7e
commit de925ea426

View File

@@ -296,7 +296,7 @@ public class AlternativesActivity extends ListActivity {
mAllTopics[i++] = entry.getValue(); mAllTopics[i++] = entry.getValue();
} }
if (addOther) { if (addOther) {
Expr topicExpr = Expr.readExpr("other_1_A"); Expr topicExpr = Expr.readExpr("other_A");
String name = mTranslator.linearizeSource(topicExpr); String name = mTranslator.linearizeSource(topicExpr);
mOtherTopic = new Topic(name, topicExpr); mOtherTopic = new Topic(name, topicExpr);
mAllTopics[i++] = mOtherTopic; mAllTopics[i++] = mOtherTopic;