forked from GitHub/gf-core
fix in the Android UI
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user