Skip to content

Commit a08a63e

Browse files
Simplified
- getting miniKeyboardContainer from mMiniKeyboardCache[popupKey] - getting miniKeyboardView using view binding - comment removed
1 parent 59de752 commit a08a63e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,9 +1025,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
10251025
)
10261026
mMiniKeyboardCache[popupKey] = mMiniKeyboardContainer
10271027
} else {
1028-
//Using 'miniKeyboardView' from cache
10291028
mMiniKeyboard = mMiniKeyboardCache[popupKey]?.let(KeyboardPopupKeyboardBinding::bind)?.miniKeyboardView
1030-
?: keyboardPopupBinding!!.miniKeyboardView
10311029
}
10321030

10331031
getLocationInWindow(mCoordinates)

0 commit comments

Comments
 (0)