mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
removing an empty line
This commit is contained in:
@@ -12,8 +12,7 @@ import com.simplemobiletools.commons.models.RadioItem
|
||||
import com.simplemobiletools.keyboard.R
|
||||
import com.simplemobiletools.keyboard.extensions.getKeyboardDialogBuilder
|
||||
import com.simplemobiletools.keyboard.extensions.setupKeyboardDialogStuff
|
||||
import kotlinx.android.synthetic.main.dialog_radio_group.view.dialog_radio_group
|
||||
import kotlinx.android.synthetic.main.dialog_radio_group.view.dialog_radio_holder
|
||||
import kotlinx.android.synthetic.main.dialog_radio_group.view.*
|
||||
|
||||
class KeyboardRadioGroupDialog(
|
||||
private val inputView: View,
|
||||
@@ -62,7 +61,6 @@ class KeyboardRadioGroupDialog(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (selectedItemId != -1) {
|
||||
view.dialog_radio_holder.apply {
|
||||
onGlobalLayout {
|
||||
|
Reference in New Issue
Block a user