fix: end practice session when complete, even if backup activities still remain in queue (#5860)

This commit is contained in:
ggurdin 2026-03-02 11:54:01 -05:00 committed by GitHub
parent 42dd2ab693
commit a370386016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,6 +252,11 @@ class AnalyticsPracticeState extends State<AnalyticsPractice>
return;
}
if (_sessionController.session?.isComplete == true) {
await _completeSession();
return;
}
_clearActivityState(loadingActivity: true);
try {