Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -623,7 +623,7 @@ public class FileDownloader extends Service
}
if (!downloadResult.isCancelled()) {
- if(downloadResult.isSuccess()){
+ if (downloadResult.isSuccess()) {
// Dont show notification except an error has occured.
return;
@@ -827,7 +827,7 @@ public class FileUploader extends Service
mNotificationBuilder.setContentText(content);
- if(!uploadResult.isSuccess()){
+ if (!uploadResult.isSuccess()) {
mNotificationManager.notify((new SecureRandom()).nextInt(), mNotificationBuilder.build());