mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Prevent NPE
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user