Skip to content

Commit

Permalink
New FormArea API
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Nov 19, 2022
1 parent 18be84f commit fd04ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/news/PropertiesLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private boolean save(NewsGroup group)
}
group.setOrderIndex(orderIndex);
final List<String> urls = new ArrayList<>();
for(String s: formArea.getMultilineEditLines())
for(String s: formArea.getMultilineEditText())
if (!s.trim().isEmpty())
urls.add(s.trim());
group.setUrls(urls);
Expand Down

0 comments on commit fd04ab8

Please sign in to comment.