Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit a3a1305

Browse files
committed
Temporarily removed greek language option
I want to release a stable version soon and it has not been tested
1 parent 40ce267 commit a3a1305

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/java/com/layoutxml/twelveish/activities/list_activities/StringTextViewActivity.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ private void generateLanguageValues(){
7474
option.setSymbol("de");
7575
values.add(option);
7676

77-
option = new StringOption();
78-
option.setName("Greek");
79-
option.setSymbol("el");
80-
values.add(option);
77+
// option = new StringOption();
78+
// option.setName("Greek");
79+
// option.setSymbol("el");
80+
// values.add(option);
8181

8282
option = new StringOption();
8383
option.setName("Hungarian");

0 commit comments

Comments
 (0)