Browse Source

Fixed lost text in notifications for failed uploads

David A. Velasco 11 years ago
parent
commit
afaa4b2df3
1 changed files with 1 additions and 0 deletions
  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());
         }