Closed
Bug 2026300
Opened 2 months ago
Closed 2 months ago
Remove redundant "Figuring out who you are" wait message
Categories
(Conduit :: moz-phab, task, P3)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: Sylvestre)
Details
Attachments
(1 file)
This message always displays when we call conduit.whoami. However the call itself is quite fast, and is cached on subsequent attempts, so it incorrectly displays when nothing is happening. We can safely remove it.
| Assignee | ||
Comment 1•2 months ago
|
||
conduit.whoami() already caches the result, so the spinner is
unnecessary and shows redundantly on subsequent loop iterations.
Comment 2•2 months ago
|
||
Authored by https://github.com/sylvestre
https://github.com/mozilla-conduit/review/commit/8c84f00a730a21c3b883e3c6dda5985afda22679
[main] Bug 2026300 - submit: remove redundant wait_message wrapper from whoami call r=sheehan
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•