Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ a Pull Request. Thanks.

## 0.4

+ Corrects granterWebId in sharing process [0.3.8 20260205 jesscmoore]
+ Remove redundant logout button [0.3.7 20260123 tonypioneer]
+ Bug fix: CONTINUE when not logged in [0.3.6 20260123 tonypioneer]
+ Dependency cleanup and update [0.3.5 20260119 gjw]
Expand Down
4 changes: 0 additions & 4 deletions lib/shared_notes/share_external_note.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ class ShareExternalNoteState extends State<ShareExternalNote> {
const SizedBox(height: 10),
NoteBackButton(
childPage: widget.backPage,
// childPage: ListExternalNotesScreen(
// scaffoldController: _scaffoldController,
// ),
scaffoldController: _scaffoldController,
),
const SizedBox(height: 10),
Expand All @@ -110,7 +107,6 @@ class ShareExternalNoteState extends State<ShareExternalNote> {
resourceName: _note.noteUrl,
isExternalRes: true,
ownerWebId: _note.noteOwner,
granterWebId: _note.permissionGranter,
child: ShareExternalNote(
note: _note,
backPage: widget.backPage,
Expand Down