Prevent NPE

This commit is contained in:
M66B
2024-06-13 10:10:21 +02:00
parent f49ec3cd37
commit 54cdbd07d7

View File

@@ -10001,7 +10001,7 @@ public class FragmentMessages extends FragmentBase
sb.append(i + 1).append(") ").append(trace.get(i));
}
new AlertDialog.Builder(getContext())
new AlertDialog.Builder(v.getContext())
.setMessage(sb.toString())
.show();
}