Skip to content

Commit

Permalink
Field-list appears when deleting repeat with no field-list (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 authored and lognaturel committed May 18, 2017
1 parent 9955481 commit bc6f2f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ public void onClick(DialogInterface dialog, int i) {
.logInstanceAction(this,
"createDeleteRepeatConfirmDialog", "OK");
formController.deleteRepeat();
refreshCurrentView();
showNextView();
break;

case DialogInterface.BUTTON_NEGATIVE: // no
Expand Down

0 comments on commit bc6f2f2

Please sign in to comment.