Skip to content

Commit

Permalink
(#241) fix Braille dots position on screen
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevval committed Sep 26, 2020
1 parent 1226aeb commit d161ef3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import org.koin.core.KoinComponent
import org.koin.core.inject
import timber.log.Timber

class BrailleDotView : androidx.appcompat.widget.AppCompatCheckBox {
@SuppressLint("AppCompatCustomView") // Causes BrailleDotView misplacement
class BrailleDotView : CheckBox {

constructor(context: Context) : super(context)

Expand Down

0 comments on commit d161ef3

Please sign in to comment.