mirror of https://github.com/MISP/misp-bump
removed button in orgDialog
parent
436c5bafac
commit
aaa62bca1c
|
@ -39,7 +39,7 @@ public class OrganisationDialog {
|
||||||
TextView userCount = dialogContent.findViewById(R.id.organisation_user_count);
|
TextView userCount = dialogContent.findViewById(R.id.organisation_user_count);
|
||||||
userCount.setText("" + org.getUserCount());
|
userCount.setText("" + org.getUserCount());
|
||||||
|
|
||||||
dialogBuilder.setPositiveButton("OK", null);
|
// dialogBuilder.setPositiveButton("OK", null);
|
||||||
dialogBuilder.show();
|
dialogBuilder.show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue