Fix crash if you leave during log generation.
This commit is contained in:
parent
5e96832666
commit
5eabfdc34c
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ public class SubmitLogFragment extends Fragment {
|
|||
|
||||
stringBuilder.append(HEADER_PERMISSIONS)
|
||||
.append("\n\n")
|
||||
.append(buildPermissions(requireContext()))
|
||||
.append(buildPermissions(context))
|
||||
.append("\n\n\n");
|
||||
|
||||
stringBuilder.append(HEADER_LOGCAT)
|
||||
|
|
Loading…
Add table
Reference in a new issue