File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/viaduct/android/src/main/java/mozilla/appservices/httpconfig Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55package mozilla.appservices.httpconfig
66
77import com.google.protobuf.ByteString
8- import mozilla.appservices.viaduct.allowAndroidEmulatorLoopback
8+ import mozilla.appservices.viaduct.allowAndroidEmulatorLoopback as rustAllowAndroidEmulatorLoopback
99import mozilla.appservices.viaduct.initBackend
1010import mozilla.components.concept.fetch.Client
1111import mozilla.components.concept.fetch.MutableHeaders
@@ -62,7 +62,7 @@ object RustHttpConfig {
6262 * are sure you are running on an emulator.
6363 */
6464 fun allowAndroidEmulatorLoopback () {
65- allowAndroidEmulatorLoopback ()
65+ rustAllowAndroidEmulatorLoopback ()
6666 }
6767
6868 internal fun convertRequest (request : MsgTypes .Request ): Request {
You can’t perform that action at this time.
0 commit comments