Skip to content

Commit

Permalink
Adding MutableLines.update() and fixing popups
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Aug 25, 2021
1 parent d05fb8d commit 4aa14a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/news/Conversations.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ boolean confirmGroupDeleting(GroupWrapper wrapper)

String newGroupName()
{
final String res = Popups.simple(luwrain, strings.groupAddingPopupName(), strings.groupAddingPopupPrefix(), "", (line)->{
final String res = Popups.text(luwrain, strings.groupAddingPopupName(), strings.groupAddingPopupPrefix(), "", (line)->{
if (line.trim().isEmpty())
{
luwrain.message(strings.groupAddingNameMayNotBeEmpty(), Luwrain.MessageType.ERROR);
Expand Down

0 comments on commit 4aa14a2

Please sign in to comment.