File tree 4 files changed +8
-1
lines changed
fastlane/metadata/android/en-US/changelogs
src/main/java/eu/siacs/conversations/xmpp/jingle
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ * Store files in location appropriate for Android 11
2
+ * Attempt to reconnect call after network switch
3
+ * Show caller JID and account JID in incoming call screen
Original file line number Diff line number Diff line change
1
+ * Fix interaction with Google Maps Share Location Plugin
2
+ * Remove footnote with regards to server fee
Original file line number Diff line number Diff line change
1
+ * Security: Stop downloading files that exceed advertised file size
2
+ * Security: Limit POSH files to 10K
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ && isUsingClearNet(account)) {
143
143
}
144
144
145
145
private boolean isUsingClearNet (final Account account ) {
146
- return !account .isOnion () && !mXmppConnectionService .useTorToConnect () && !account .isI2P ()&& !mXmppConnectionService .useI2PToConnect ();
146
+ return !account .isOnion () && !mXmppConnectionService .useTorToConnect () && !account .isI2P () && !mXmppConnectionService .useI2PToConnect ();
147
147
}
148
148
149
149
public boolean isBusy () {
You can’t perform that action at this time.
0 commit comments