Fix missing Submit Debug Log loading progress spinner.

This commit is contained in:
Alan Evans 2020-09-29 15:23:31 -03:00
parent fe33ce3413
commit ba7e41d9a6

View File

@ -187,7 +187,7 @@ public class SubmitDebugLogActivity extends BaseActivity implements SubmitDebugL
}
private void presentLines(@NonNull List<LogLine> lines) {
if (loadingDialog != null) {
if (loadingDialog != null && lines.size() > 0) {
loadingDialog.dismiss();
loadingDialog = null;