Skip to content

Commit

Permalink
style: remove some line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian04 committed Aug 17, 2024
1 parent ee66df6 commit 4cf22c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ class DirectInputKeyboardView : AppCompatEditText {
private lateinit var myInputConnection: MyInputConnection

constructor(context: Context) : super(context)

constructor(context: Context, attrs: AttributeSet?) : super(context, attrs)

constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(context, attrs, defStyleAttr)

override fun onCreateInputConnection(outAttrs: EditorInfo): InputConnection {
Expand Down

0 comments on commit 4cf22c9

Please sign in to comment.