Skip to content

Commit

Permalink
remove old bottom sheet (#19689)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer authored Apr 19, 2024
1 parent 59f536c commit 702899a
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 433 deletions.
31 changes: 0 additions & 31 deletions src/legacy/status_im/bottom_sheet/events.cljs

This file was deleted.

37 changes: 0 additions & 37 deletions src/legacy/status_im/bottom_sheet/sheets.cljs

This file was deleted.

59 changes: 0 additions & 59 deletions src/legacy/status_im/bottom_sheet/styles.cljs

This file was deleted.

240 changes: 0 additions & 240 deletions src/legacy/status_im/bottom_sheet/view.cljs

This file was deleted.

3 changes: 1 addition & 2 deletions src/legacy/status_im/browser/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(:require
["eth-phishing-detect" :as eth-phishing-detect]
[clojure.string :as string]
[legacy.status-im.bottom-sheet.events :as bottom-sheet]
[legacy.status-im.browser.permissions :as browser.permissions]
[legacy.status-im.browser.webview-ref :as webview-ref]
[legacy.status-im.ethereum.ens :as ens]
Expand Down Expand Up @@ -519,7 +518,7 @@
[{:keys [db] :as cofx} address]
(rf/merge cofx
{:browser/clear-web-data nil}
(bottom-sheet/hide-bottom-sheet-old)
(navigation/hide-bottom-sheet)
(browser.permissions/clear-dapps-permissions)
(multiaccounts.update/multiaccount-update :dapps-address address {})
#(when (= (:view-id db) :browser)
Expand Down
Loading

0 comments on commit 702899a

Please sign in to comment.