forgotten code remove
This commit is contained in:
parent
9042957585
commit
808dd92de1
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ public class OKDialog {
|
||||||
new AlertDialog.Builder(new ContextThemeWrapper(activity, R.style.AppTheme))
|
new AlertDialog.Builder(new ContextThemeWrapper(activity, R.style.AppTheme))
|
||||||
.setMessage(message)
|
.setMessage(message)
|
||||||
.setCustomTitle(titleLayout)
|
.setCustomTitle(titleLayout)
|
||||||
.setView(R.layout.dialog_alert_custom)
|
|
||||||
.setPositiveButton(android.R.string.ok, (dialog, which) -> {
|
.setPositiveButton(android.R.string.ok, (dialog, which) -> {
|
||||||
dialog.dismiss();
|
dialog.dismiss();
|
||||||
if (ok != null) {
|
if (ok != null) {
|
||||||
|
|
Loading…
Reference in a new issue