Skip to content

Commit 93dcfb7

Browse files
committed
fix hosted mode
1 parent 335b78d commit 93dcfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/gam/src/modal/image.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl ActionApi for Image {
6666
xous::Message::new_scalar(self.action_opcode as usize, 0, 0, 0, 0),
6767
)
6868
.expect("couldn't pass on dismissal");
69-
None
69+
return None;
7070
}
7171
}
7272
None

0 commit comments

Comments
 (0)