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

Commit 0ef5c998 authored by Etan Cohen's avatar Etan Cohen
Browse files

Merge commit 'fe475227' into merge

parents ec5a3373 fe475227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ public final class BluetoothNameDialogFragment extends DialogFragment implements
        } else {
            mDeviceNameEdited = true;
            if (mOkButton != null) {
                mOkButton.setEnabled(s.length() != 0);
                mOkButton.setEnabled(s.toString().trim().length() != 0);
            }
        }
    }