mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Remove a line that we dont need
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
2bd07b4fd5
commit
180b7c4bc8
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ public class MagicTrustManager implements X509TrustManager {
|
|||
|
||||
@Override
|
||||
public X509Certificate[] getAcceptedIssuers() {
|
||||
X509Certificate[] bla = systemTrustManager.getAcceptedIssuers();
|
||||
return systemTrustManager.getAcceptedIssuers();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue