mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Remove useless replace
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
4b760e7c3d
commit
250cc758f9
@ -377,9 +377,6 @@ public class PushUtils {
|
||||
}
|
||||
|
||||
private Key readKeyFromString(boolean readPublicKey, String keyString) {
|
||||
keyString = keyString.replace("-----BEGIN PUBLIC KEY-----", "");
|
||||
keyString = keyString.replace("-----END PUBLIC KEY-----", "");
|
||||
|
||||
if (readPublicKey) {
|
||||
keyString = keyString.replaceAll("\\n", "").replace("-----BEGIN PUBLIC KEY-----",
|
||||
"").replace("-----END PUBLIC KEY-----", "");
|
||||
|
Loading…
Reference in New Issue
Block a user