removed button in orgDialog

pull/5/head
Felix Prahl-Kamps 2018-06-10 18:50:39 +02:00
parent 436c5bafac
commit aaa62bca1c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class OrganisationDialog {
TextView userCount = dialogContent.findViewById(R.id.organisation_user_count);
userCount.setText("" + org.getUserCount());
dialogBuilder.setPositiveButton("OK", null);
// dialogBuilder.setPositiveButton("OK", null);
dialogBuilder.show();
}
}