mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +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]
|
* Wrapper class holding values computed by [CompatUtil]
|
||||||
*/
|
*/
|
||||||
class CompatValue<T : Any?>() {
|
class CompatValue<T>() {
|
||||||
var value: T? = null
|
var value: T? = null
|
||||||
var isValid: Boolean = false
|
var isValid: Boolean = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user