Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fe55d25 authored by Martin Brabham's avatar Martin Brabham Committed by Matt Garnes
Browse files

Enable ok button, filename is still valid.

Change-Id: I38f3be02e60597a169850c2a47127dac5784236c
(cherry picked from commit 16b30c40)
parent bc512126
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ public class InputNameDialog
        // Too long
        if (name.length() >= FILENAME_CHAR_LIMIT) {
            setMsg(InputNameDialog.this.mContext.getString(
                    R.string.input_name_dialog_message_invalid_name_length), false);
                    R.string.input_name_dialog_message_invalid_name_length), true);
            return;
        }