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

Commit c833119c authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Remove the TAB key from <textarea>s."

parents 3403eb31 7af1b837
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -822,8 +822,9 @@ import java.util.ArrayList;
                break;
            case 1: // TEXT_AREA
                single = false;
                inputType |= EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE
                inputType = EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE
                        | EditorInfo.TYPE_TEXT_FLAG_CAP_SENTENCES
                        | EditorInfo.TYPE_CLASS_TEXT
                        | EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT;
                imeOptions |= EditorInfo.IME_ACTION_NONE;
                break;