Commit bba68db8 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Add Tor integration and UI

Bug 41710: Remove onSettingsRequested.
parent 8f95d948
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -354,9 +354,4 @@ class TorControllerGV(
    override fun onBootstrapError(code: String?, message: String?, phase: String?, reason: String?) {
        lastKnownError = TorError(code ?: "", message ?: "", phase ?: "", reason ?: "")
    }

    // TorEventsBootstrapStateChangeListener
    override fun onSettingsRequested() {
        // noop
    }
}