mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Prevent NPE
This commit is contained in:
@@ -433,7 +433,8 @@ public class FragmentDialogInsertLink extends FragmentDialogBase {
|
||||
protected void onProgress(CharSequence status, Bundle data) {
|
||||
int progress = data.getInt("progress");
|
||||
Log.i("Send progress=" + progress);
|
||||
pbUpload.setProgress(progress);
|
||||
if (pbUpload != null)
|
||||
pbUpload.setProgress(progress);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user