fix(INJI-262):pinned VC's audit logs are missing

This commit is contained in:
Sri Kanth Kola
2023-08-23 14:47:05 +05:30
parent 393cd0f56f
commit 0574bb658a

View File

@@ -53,7 +53,3 @@ export const APP_ID_DICTIONARY = [
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L',
'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y',
];
export function isIOS(): boolean {
return Platform.OS === 'ios';
}