We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e600176 commit c8d2cc7Copy full SHA for c8d2cc7
app/src/main/java/tech/httptoolkit/android/HttpToolkitApplication.kt
@@ -108,7 +108,7 @@ class HttpToolkitApplication : Application() {
108
val serialized = Klaxon().converter(CertificateConverter).toJsonString(proxyConfig)
109
prefs.edit().putString("last-proxy-config", serialized).apply()
110
} else {
111
- prefs.edit().remove("last-proxy-config")
+ prefs.edit().remove("last-proxy-config").apply()
112
}
113
114
0 commit comments