#st4b_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1231976271760592946
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
I don't think this is possible but double checking with a colleague more familiar with Android
Okay yeah this isn't possible. The recommendation is to instead load this data when the app is launched and store in in local preferences
This is not easy as we support multiple markets with different accounts...
Also it seems very strict according to our application architecture to only have to init the GooglePayLauncher only on start up :(. Some things run on coroutines and when they are finished we are ready to create the GooglePayLauncher. So this violates the lifecycle as we may end up regisering for activity result on a wrong lifecycle state
๐ unfortunately that's the only workaround that we know of.