Deactivated async_transport #3134

This commit is contained in:
Armin Novak 2017-02-22 15:24:38 +01:00
parent 2a934b7d15
commit 57eea83c2a

View File

@ -674,7 +674,7 @@ public class BookmarkBase implements Parcelable, Cloneable {
private void init() {
debug = "INFO";
asyncChannel = true;
asyncTransport = true;
asyncTransport = false;
asyncInput = true;
asyncUpdate = true;
}