1
0
Fork 0
fenix/app/src/main
Grisha Kruglov 5f42a65c2a No issue: improve allowUndo
This patch fixes a few issues:
- it was an extension on a CoroutineScope, but that was quite misleading
since the Main dispatcher would be always used regardless of what dispatcher
the owning CoroutineScope was configured with.
- timing was reliant on exact value of the undocumented Snackbar.LENGTH_LONG duration
- coroutine cancellation relied on cooperation of the 'operation' suspend function,
which we can't depend on

New 'allowUndo' fully controls its timing, doesn't imply a dispatcher to its consumers,
and doesn't rely on cooperation of passed-in suspend blocks for cancellation to work.
2019-05-30 10:48:59 -07:00
..
java/org/mozilla/fenix No issue: improve allowUndo 2019-05-30 10:48:59 -07:00
res Closes #2186 - Search Fragment search bar margins should be 8dp 2019-05-30 08:39:35 -07:00
AndroidManifest.xml Closes #2673: File manager allows to upload files from third party apps. 2019-05-28 15:07:40 -07:00
ic_launcher-web.png For #1970: Fixes Firefox Preview icon for older devices (#2005) 2019-04-25 07:34:08 -07:00