NullPointerException AlertDialog cancel AlertDialog dismiss

Опубликовано: 02 Март 2026
на канале: Skyknow
83
0

Hello Hi friends
Today how to solve this problem let see
java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.appcompat.app.AlertDialog.cancel()' on a null object reference
at com.indicabdriver.indicab_customer.feedback$1$1.onClick(feedback.java:99)

java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.appcompat.app.AlertDialog.dismiss()' on a null object reference
at com.indicabdriver.indicab_customer.feedback$1$1.onClick(feedback.java:99)

alertdialog.setOnDismissListener(new DialogInterface.OnDismissListener() {
@Override
public void onDismiss(DialogInterface dialogInterface) {
dialogInterface.dismiss();
}
});
here put the code solve problem
Thanks for watching Please support and subscribe our channel