Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
1000jours
les1000jours
Commits
b99b7cb3
Unverified
Commit
b99b7cb3
authored
Jul 22, 2021
by
benguedj
Committed by
GitHub
Jul 22, 2021
Browse files
fix:
🐛
Corrige l'envoie de la stat "Ouverture de l'app" (#548)
✅
Closes: #518
parent
17b39ef7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
front/App.tsx
front/App.tsx
+1
-5
No files found.
front/App.tsx
View file @
b99b7cb3
...
...
@@ -72,12 +72,8 @@ const App: FC = () => {
);
};
const
appState
=
useRef
(
AppState
.
currentState
);
const
handleAppStateChange
=
(
nextAppState
:
AppStateStatus
)
=>
{
if
(
/inactive|background/
.
exec
(
appState
.
current
)
&&
nextAppState
===
"
active
"
)
{
if
(
nextAppState
===
"
active
"
)
{
void
updateAppActiveCounter
();
}
};
...
...
Social Groovy Bot
🤖
@SocialGroovyBot
mentioned in commit
b2e2686c
·
Jul 22, 2021
mentioned in commit
b2e2686c
mentioned in commit b2e2686c3b12cb2e2ba34db1e654bf79f16f5e20
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment