if service.isInListView(node) then
a = 10
else
return true
end
require "import" 
import "android.graphics.Rect" 
    local p=Rect() 
    node.getBoundsInScreen(p) 
if service.click({
{"["..string.format("%.0f, %.0f",(p.left+20),(p.bottom-20)).."]",
"Відкрити чат|Открыть чат",
}
})
return true
end
return true