mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-16 14:07:28 +01:00
Rename extension function to avoid confusion with androidx function
This commit is contained in:
@@ -262,7 +262,7 @@ inline fun <reified T : Drawable> T.copy(context: Context): T? {
|
||||
}
|
||||
}
|
||||
|
||||
fun View?.isVisible(): Boolean {
|
||||
fun View?.isVisibleOnScreen(): Boolean {
|
||||
if (this == null) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user