Skip to content

Commit

Permalink
Added new function to android support
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancyflame committed May 2, 2022
1 parent 727e700 commit 0c29422
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/android_clipboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,11 @@ impl ClipboardProvider for AndroidClipboardContext {

Ok(())
}
}

impl AndroidClipboardContext{
#[inline]
fn new() -> Result<Self>{
Ok(AndroidClipboardContext)
}
}

0 comments on commit 0c29422

Please sign in to comment.