Skip to content

Commit

Permalink
fix hosted mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Nov 6, 2022
1 parent 335b78d commit 93dcfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/gam/src/modal/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl ActionApi for Image {
xous::Message::new_scalar(self.action_opcode as usize, 0, 0, 0, 0),
)
.expect("couldn't pass on dismissal");
None
return None;
}
}
None
Expand Down

0 comments on commit 93dcfb7

Please sign in to comment.