Open Bug 1839075 Opened 2 years ago Updated 1 year ago

Wrong time duration in CopyDownloadFeature

Categories

(Firefox for Android :: Downloads, defect, P2)

All
Android
defect

Tracking

()

People

(Reporter: jackyzy823, Assigned: boek)

Details

Attachments

(1 file)

https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/components/feature/downloads/src/main/java/mozilla/components/feature/downloads/temporary/CopyDownloadFeature.kt#L65

private val operationTimeoutMs by lazy { TimeUnit.MINUTES.toMinutes(1) } is 1 (Long) will be used in withTimeout as 1 ms.

which conflicts with descrption with a 1 second timeout to ensure a smooth UX.

The severity field is not set for this bug.
:jonalmeida, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(jonalmeida942)
Assignee: nobody → jboek
Severity: -- → S3
Priority: -- → P1
Flags: needinfo?(jonalmeida942)

The Android team has not been keeping our P1 bug list up to date, so we're resetting all our P1 bugs to P2 to avoid signalling that we're actively working on bugs that we're not. The BMO documentation https://wiki.mozilla.org/BMO/UserGuide/BugFields#priority says P1 means "fix in the current release cycle" and P2 means "fix in the next release cycle or the following (nightly + 1 or nightly + 2)".

If you are actively working on this bug and expect to ship it in Fx 122 or 123, then please restore the priority back to P1.

Priority: P1 → P2
Component: General → Downloads
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: