url handler downloads
Summary: Adding support for downloading archived Flipper data using a URL handler. A URL looks like `flipper://import/?url=` and will download the file specified in the url param. While downloading the file, a spinner is shown in the app's titlebar. Reviewed By: jknoxville Differential Revision: D14262763 fbshipit-source-id: 6538fc78c07a48cef7b71b3f7bdbcb712d054593
This commit is contained in:
committed by
Facebook Github Bot
parent
3e336d2349
commit
79124891a9
@@ -316,7 +316,6 @@ export function processEntry(
|
||||
entry: DeviceLogEntry,
|
||||
} {
|
||||
const {icon, style} = LOG_TYPES[(entry.type: string)] || LOG_TYPES.debug;
|
||||
|
||||
// build the item, it will either be batched or added straight away
|
||||
return {
|
||||
entry,
|
||||
|
||||
Reference in New Issue
Block a user