1. 이전대화 검색 > 나올때 까지 검색하도록 수정.

2. 여기까지 읽음 > 삭제되지 않도록 수정.
3. 환경설정 > 테마 > LG red >> red 로 수정.
This commit is contained in:
leejinho 2020-01-03 13:25:00 +09:00
parent cd99df47ff
commit 9b7f2f60f1
3 changed files with 18 additions and 18 deletions

View File

@ -587,10 +587,10 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
this.snackBarPreviewEvent.dismiss();
}
// clear readHere object..
if (!this.firstcheckReadHere) {
this.clearReadHere = true;
}
// // clear readHere object.. 정책상 클리어 하지 않도록 함.
// if (!this.firstcheckReadHere) {
// this.clearReadHere = true;
// }
}
/** More Event */

View File

@ -343,20 +343,20 @@ export class Effects {
infoList.length === action.req.requestCount &&
processing
) {
// // 재귀
// this.store.dispatch(
// infoForSearch({
// req: {
// roomSeq: req.roomSeq,
// baseSeq: infoList[0].seq,
// requestCount: req.requestCount
// },
// searchText: action.searchText
// })
// );
// 재귀
this.store.dispatch(
infoForSearch({
req: {
roomSeq: req.roomSeq,
baseSeq: infoList[0].seq,
requestCount: req.requestCount
},
searchText: action.searchText
})
);
// 재귀하지 않는다.
this.store.dispatch(infoForSearchEnd({}));
// // 재귀하지 않는다.
// this.store.dispatch(infoForSearchEnd({}));
} else {
if (infoList.length < action.req.requestCount) {
this.store.dispatch(infoForSearchEnd({}));

View File

@ -29,7 +29,7 @@
<mat-tab>
<ng-template mat-tab-label class="theme-item">
<div class="theme-box lg-red-theme"></div>
<div class="theme-name">LG Red</div>
<div class="theme-name">Red</div>
</ng-template>
</mat-tab>
</mat-tab-group>