mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
remove Any?
This commit is contained in:
parent
7f0be1049a
commit
4149f99f88
@ -42,7 +42,7 @@ class CompatUtil(private val sdkVersion: Int) {
|
||||
/**
|
||||
* Wrapper class holding values computed by [CompatUtil]
|
||||
*/
|
||||
class CompatValue<T : Any?>() {
|
||||
class CompatValue<T>() {
|
||||
var value: T? = null
|
||||
var isValid: Boolean = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user