Skip to content

Commit

Permalink
chore: Bring back android log in glutin_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 26, 2024
1 parent 998a746 commit 7da4e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glutin_examples/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ impl Application {

impl ApplicationHandler<()> for Application {
fn resumed(&mut self, active_event_loop: &winit::event_loop::ActiveEventLoop) {

Check failure on line 123 in glutin_examples/src/lib.rs

View workflow job for this annotation

GitHub Actions / Check formatting

Diff in /home/runner/work/glutin/glutin/glutin_examples/src/lib.rs
#[cfg(android_platform)]
println!("Android window available");

let (gl_config, window) =
if let Some(state) = self.gl_config.as_ref().zip(self.window.as_ref()) {
state
Expand Down

0 comments on commit 7da4e7e

Please sign in to comment.