msfjarvis
09/17/2020, 12:55 PMpopBackstackImmediate()
to go back invalidates the fragment and queues it for GC. We're calling registerForActivityResult
in those fragments which eventually causes this overflow if the user stays in the app for long enough because our registerForActivityResult
calls keep incrementing the counter.Ian Lake
09/17/2020, 1:53 PMIan Lake
09/17/2020, 1:53 PMmsfjarvis
09/17/2020, 2:02 PMIan Lake
09/17/2020, 2:18 PMmsfjarvis
09/17/2020, 2:19 PMJason A. Donenfeld
09/18/2020, 12:21 PMIan Lake
09/18/2020, 2:25 PMJason A. Donenfeld
09/18/2020, 2:25 PMIan Lake
09/18/2020, 2:28 PM0x10000
to avoid overlap with uses of the old APIJason A. Donenfeld
09/18/2020, 2:29 PMJason A. Donenfeld
09/18/2020, 2:29 PMJason A. Donenfeld
09/18/2020, 2:29 PMJason A. Donenfeld
09/18/2020, 2:29 PM