Skip to content

Commit

Permalink
make constant final
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Jan 15, 2019
1 parent 21d1c2d commit 176451b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class MediaFoldersDetectionJob extends Job {
private static final String KEY_MEDIA_FOLDERS = "media_folders";
public static final String NOTIFICATION_ID = "NOTIFICATION_ID";

private static String DISABLE_DETECTION_CLICK = "DISABLE_DETECTION_CLICK";
private static final String DISABLE_DETECTION_CLICK = "DISABLE_DETECTION_CLICK";

@NonNull
@Override
Expand Down

0 comments on commit 176451b

Please sign in to comment.