add another ragment check
This commit is contained in:
+4
@@ -219,6 +219,10 @@ class GeckoBrowserApiImpl : GeckoBrowserApi {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!view.isAttachedToWindow) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user