mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 20:42:34 +01:00
Experiment with blocking LoadUrlAction
This commit is contained in:
parent
240dc864e1
commit
c6182ac7d0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user