Merge pull request #3334 from deltachat/adb/issue-3316

allow to set proxies from QRs
This commit is contained in:
adb
2024-10-05 18:38:42 +02:00
committed by GitHub
4 changed files with 21 additions and 10 deletions
@@ -263,6 +263,11 @@ public class DcContext {
return oauth2url.startsWith("https://accounts.google.com/");
}
public void restartIo() {
stopIo();
startIo();
}
/**
* @return true if at least one chat has location streaming enabled
*/