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…
Reference in New Issue