[fenix] For https://github.com/mozilla-mobile/fenix/issues/13974: Long Press Should Not Result In Crash

pull/600/head
Kate Glazko 4 years ago committed by kglazko
parent 87e1b377a9
commit 2bed7c3585

@ -15,13 +15,9 @@ class DownloadInteractor(
downloadController.handleOpen(item)
}
override fun select(item: DownloadItem) {
TODO("Not yet implemented")
}
override fun select(item: DownloadItem) { /* noop */ }
override fun deselect(item: DownloadItem) {
TODO("Not yet implemented")
}
override fun deselect(item: DownloadItem) { /* noop */ }
override fun onBackPressed(): Boolean {
return downloadController.handleBackPressed()

Loading…
Cancel
Save