1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 15:11:42 +02:00

Experiment with blocking LoadUrlAction

This commit is contained in:
Allan Wang 2023-06-19 13:23:19 -07:00
parent 240dc864e1
commit c6182ac7d0
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -83,7 +83,11 @@ class HomeTabsUseCases @Inject internal constructor(private val store: BrowserSt
) {
// if (action is ContentAction.UpdateUrlAction) {
// logger.atInfo().log("url update %s", action)
// action.sessionId
// if (action.sessionId == context.state.tabs[0].id) {
// val customTab = context.state.tabs[3]
// context.dispatch(EngineAction.LoadUrlAction(tabId = customTab.id, url =
// action.url))
// }
// return
// }
next(action)