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