Mai Thinh
Mai Thinh
## Environment ## Platforms Android ## Versions - Android: Samsung S22 5G Android 14 - react-native: 0.70 - react: 18.1.0 ## Description setString("") not clear Gboard's clipboard on android devices...
# What ? How to get the name of log in tx receipt ? My transaction's log looks like this. Is there any way to get the name of the...
# What ? Right now to get the account for first time, we need to navigate to app. Is there any way to get that account next time without having...
**Describe the issue** - QueryWidget still makes query request when is not rendered anymore ``` Widget build(BuildContext context) { final loggedInUserId = context.watch().state.maybeWhen( orElse: () => '', authenticated: (user) =>...