[SHOPTIME-3325] 앱 삭제 후 재설치 시 과거 데이터 유지됨
수정 내용: localStorage 내에 phoneNumber, recentView만 초기화
This commit is contained in:
@@ -532,7 +532,7 @@ export const checkFirstLaunch = () => (dispatch) => {
|
||||
console.log("First launch detected - initializing localStorage");
|
||||
|
||||
if (typeof window === "object") {
|
||||
dispatch(changeLocalSettings(initialLocalSettings));
|
||||
dispatch(changeLocalSettings({ phoneNumbers: {}, recentItems: [] }));
|
||||
}
|
||||
|
||||
lunaSend.saveFirstLaunchInfo({
|
||||
|
||||
Reference in New Issue
Block a user