Browse Source

fix auto upload navigation for newly detected media folder triggered launch

AndyScherzinger 6 years ago
parent
commit
73fd9d4931

+ 1 - 0
src/main/java/com/owncloud/android/jobs/MediaFoldersDetectionJob.java

@@ -148,6 +148,7 @@ public class MediaFoldersDetectionJob extends Job {
         intent.putExtra(NotificationJob.KEY_NOTIFICATION_ACCOUNT, account.name);
         intent.putExtra(KEY_MEDIA_FOLDER_PATH, path);
         intent.putExtra(KEY_MEDIA_FOLDER_TYPE, type);
+        intent.putExtra(SyncedFoldersActivity.EXTRA_SHOW_SIDEBAR, true);
         PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_ONE_SHOT);
 
         NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(

+ 1 - 1
src/main/java/com/owncloud/android/utils/FilesSyncHelper.java

@@ -1,4 +1,4 @@
-/**
+/*
  * Nextcloud Android client application
  *
  * @author Mario Danic