Skip to content

Commit

Permalink
fix: disable clip for android as test
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t authored Aug 14, 2023
1 parent 7f440b5 commit 8f1ceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ impl Transform for HubStyleTransform {
item.style = Some("hero".to_string());
if let Some(platform) = &options.platform {
if platform.to_lowercase() == "android" {
item.r#type = "clip".to_string();
// item.r#type = "clip".to_string();
}
}

Expand Down

0 comments on commit 8f1ceb2

Please sign in to comment.