アイコンの設定更新

This commit is contained in:
harukin-expo-dev-env
2025-01-28 13:47:46 +00:00
parent 2176b5511a
commit a979fee6ec
64 changed files with 712 additions and 180 deletions

View File

@@ -20,7 +20,7 @@ export const getDelayData = async () => {
}
return null;
});
ToastAndroid.show(`${delayString}`, ToastAndroid.SHORT);
//ToastAndroid.show(`${delayString}`, ToastAndroid.SHORT);
return { time, delayString };
};
export function TraInfoEXWidget({ time, delayString }) {