Browse Source

Fixed lost text in notifications for failed uploads

David A. Velasco 11 năm trước cách đây
mục cha
commit
afaa4b2df3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/com/owncloud/android/files/services/FileUploader.java

+ 1 - 0
src/com/owncloud/android/files/services/FileUploader.java

@@ -849,6 +849,7 @@ public class FileUploader extends Service implements OnDatatransferProgressListe
                 }
             }
             
+            errorBuilder.setContentText(content);
             mNotificationManager.notify(R.string.uploader_upload_failed_ticker, errorBuilder.build());
         }