Skip to content

Commit

Permalink
Set MIN_OVERWRITE_LENGTH=2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Dec 30, 2021
1 parent 456100c commit c43bd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/net/gsantner/opoc/util/ShareUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class ShareUtil {
public final static int REQUEST_STORAGE_PERMISSION_M = 50004;
public final static int REQUEST_STORAGE_PERMISSION_R = 50005;

public final static int MIN_OVERWRITE_LENGTH = 5;
public final static int MIN_OVERWRITE_LENGTH = 2;

protected static String _lastCameraPictureFilepath;

Expand Down

0 comments on commit c43bd37

Please sign in to comment.