Skip to content

Commit

Permalink
Merge pull request rust-windowing#79 from tauri-apps/remove-inline-an…
Browse files Browse the repository at this point in the history
…droid

remove the accidental `#[inline]` in android
  • Loading branch information
Ngo Iok Ui (Wu Yu Wei) authored May 29, 2021
2 parents c0aac09 + 3e4058e commit a3f5332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform_impl/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ impl Window {

pub fn request_user_attention(&self, _request_type: Option<window::UserAttentionType>) {}

#[inline]
pub fn set_skip_taskbar(&self, _skip: bool) {}

pub fn set_cursor_icon(&self, _: window::CursorIcon) {}
Expand Down

0 comments on commit a3f5332

Please sign in to comment.