You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Rohit3523 yeah, it's wrong, but it's also not the end of the world.
Either options are valid, but I prefer the second one to make it easier.
Just don't forget to await on caller.
Search for
app-settings:
and you'll find thisWe have
openAppSettings
though, so we should use it in those places.https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/b1105102f9b2a13b40970b31a6fc011ca9bad158/app/lib/methods/helpers/openAppSettings.ts
Also notice it's a promise. We should handle it.
The text was updated successfully, but these errors were encountered: