Skip to content

Commit 55014b5

Browse files
committed
update cmt
1 parent 44dab4b commit 55014b5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Mobile-Expensify

src/libs/actions/Device/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ function getDeviceID(): Promise<string | null> {
1616
return;
1717
}
1818

19-
// Use connectWithoutView to since this is a one-time data fetch that disconnects immediately without triggering UI updates.
19+
// Use connectWithoutView because this is a one-time data fetch that disconnects immediately without triggering UI updates
20+
// and this onyx key is created for non-UI task only.
2021
const connection = Onyx.connectWithoutView({
2122
key: ONYXKEYS.DEVICE_ID,
2223
callback: (id) => {

0 commit comments

Comments
 (0)