Skip to content

Commit d533490

Browse files
authored
Merge pull request #4220 from alfonso-salces/MOBILE-4616
Mobile 4616
2 parents b88c7ba + ca1595d commit d533490

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/core/features/comments/pages/viewer/viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>
5858

5959
</core-loading>
6060
</ion-content>
61-
<ion-footer class="footer-adjustable" *ngIf="commentsLoaded && canAddComments">
61+
<ion-footer class="footer-adjustable" id="viewer-footer" *ngIf="commentsLoaded && canAddComments">
6262
<ion-toolbar>
6363
<core-send-message-form [sendDisabled]="sending" [message]="newComment" (onSubmit)="addComment($event)"
6464
[placeholder]="'core.comments.addcomment' | translate" />

src/core/features/comments/pages/viewer/viewer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ export class CoreCommentsViewerPage implements OnInit, OnDestroy {
329329
message: commentsResponse ? 'core.comments.eventcommentcreated' : 'core.datastoredoffline',
330330
translateMessage: true,
331331
duration: ToastDuration.LONG,
332+
position: 'bottom',
333+
positionAnchor: 'viewer-footer',
332334
});
333335

334336
if (commentsResponse) {

0 commit comments

Comments
 (0)