79144451

Date: 2024-10-31 11:07:36
Score: 1
Natty:
Report link

In my case, I had to replace the imported AlertDialog class from:

import androidx.appcompat.app.AlertDialog;

to:

import android.app.AlertDialog;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dankim