mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 02:17:27 -04:00
changing filter in render result, fix empty exit_gate
This commit is contained in:
parent
bf2ad6a584
commit
9f85b82133
3 changed files with 8 additions and 2 deletions
|
@ -43,6 +43,8 @@ func send_gate_enter() -> void:
|
|||
|
||||
|
||||
func send_gate_exit() -> void:
|
||||
if gate_url.is_empty(): return
|
||||
|
||||
var time_spend = int(Time.get_ticks_msec() / 1000) - gate_open_time
|
||||
analytics.send_event(AnalyticsEvents.gate_exit(gate_url, time_spend))
|
||||
gate_url = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue