Skip to content

Commit f1b4896

Browse files
committed
Remove extra empty line
1 parent 5dadffc commit f1b4896

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/kotlin/com/simplemobiletools/keyboard/views/InlineContentViewHorizontalScrollView.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ package com.simplemobiletools.keyboard.views
22

33
import android.content.Context
44
import android.graphics.Rect
5-
import android.os.Build
65
import android.util.AttributeSet
7-
import android.view.View
86
import android.view.ViewTreeObserver.OnDrawListener
97
import android.widget.HorizontalScrollView
108
import android.widget.inline.InlineContentView
@@ -14,7 +12,6 @@ import com.simplemobiletools.commons.extensions.beInvisible
1412
import com.simplemobiletools.commons.extensions.beVisible
1513
import com.simplemobiletools.commons.helpers.isRPlus
1614

17-
1815
/**
1916
* [HorizontalScrollView] adapted for holding [InlineContentView] instances
2017
* It can hold other views too, but it will ensure [InlineContentView] instances

0 commit comments

Comments
 (0)