tronx.dev

Results 9 comments of tronx.dev

@Jayze24 Could you tell me exactly what you removed from Transaction.java?

@klinker41 Could you tell me how to resolve the following error? E/Transaction: error using system sending method com.google.android.mms.MmsException: unable to update content://mms/1544434932238/part/0 at com.google.android.mms.pdu_alt.PduPersister.persistData(PduPersister.java:838) at com.google.android.mms.pdu_alt.PduPersister.persistPart(PduPersister.java:761) at com.google.android.mms.pdu_alt.PduPersister.persist(PduPersister.java:1438) at com.klinker.android.send_message.Transaction.sendMmsThroughSystem(Transaction.java:640)...

@myathinzar Did you resolve your issue with MMS sending crash?

@Jayze24 After removing it, pendingIntent is not resolved. Could you tell me more specifically what to remove?

I run `react-native run-ios` whenever I modify `.env` file. However, old environment variables are cached and leveraged again. What should I do to reset them?

@goatandsheep Thank you! It eventually resolved the issue. Could you update the package?

I'm facing the same issue. Subscription is fired twice at every single update.

Today I faced the same issue with `useSubscription`. Whenever a subscription is fired, a React component is re-rendered. It isn't mentioned in `useSubscription`'s API doc. What can I do to...

> My team is also seeing this issue. Causing way too many re-renders. We're going to try the same approach as mentioned by @borremosch. Hi @filipmares , did you resolve...