Skip to content

Commit

Permalink
clear on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Feb 25, 2024
1 parent 291614f commit 0a4b6b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/clipboard-manager/src/mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ impl<R: Runtime> Clipboard<R> {
"Unsupported on this platform".to_string(),
))
}

pub fn clear(&self) -> crate::Result<()> {
Err(crate::Error::Clipboard(
"Unsupported on this platform".to_string(),
))
}
}

0 comments on commit 0a4b6b0

Please sign in to comment.