mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-04 05:47:26 +00:00
native-activity: fix 1.60.0 compilation - don't derive Default for enum
This commit is contained in:
@@ -67,9 +67,8 @@ impl TryFrom<i8> for AppCmd {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Eq, PartialEq, Default, Debug)]
|
||||
#[derive(Clone, Copy, Eq, PartialEq, Debug)]
|
||||
pub enum State {
|
||||
#[default]
|
||||
Init,
|
||||
Start,
|
||||
Resume,
|
||||
|
||||
Reference in New Issue
Block a user