mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-02-03 12:47:37 +01:00
Fix issue #330 - Crash with Friendica
This commit is contained in:
parent
77dcb6db31
commit
51b4689e33
@ -26,7 +26,6 @@ import android.os.Looper;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.preference.PreferenceManager;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Random;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
@ -109,7 +108,7 @@ public class PushNotifications {
|
||||
finalEcdh.saveServerKey(context, pushSubscription.server_key);
|
||||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user