Skip to content

Commit 0c29422

Browse files
committed
Added new function to android support
1 parent 727e700 commit 0c29422

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/android_clipboard.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,11 @@ impl ClipboardProvider for AndroidClipboardContext {
101101

102102
Ok(())
103103
}
104+
}
105+
106+
impl AndroidClipboardContext{
107+
#[inline]
108+
fn new() -> Result<Self>{
109+
Ok(AndroidClipboardContext)
110+
}
104111
}

0 commit comments

Comments
 (0)