We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54db848 commit 6d7ff65Copy full SHA for 6d7ff65
src/libs/actions/Locale.ts
@@ -8,7 +8,7 @@ import ONYXKEYS from '@src/ONYXKEYS';
8
* This function is used to ensure that the locale is loaded before we start to render UI. Once we load initial locale we can remove listener.
9
*/
10
function init() {
11
- const connection = Onyx.connect({
+ const connection = Onyx.connectWithoutView({
12
key: ONYXKEYS.NVP_PREFERRED_LOCALE,
13
initWithStoredValues: true,
14
callback: (locale) => {
0 commit comments