Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahkeen committed Aug 16, 2024
1 parent 61add3a commit 2cbd687
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ import com.emergetools.snapshots.annotations.EmergeAppStoreSnapshot
@Preview(device = Devices.PIXEL_5)
annotation class AppStoreSnapshot

@Preview(
name = "Foldable",
device = Devices.PIXEL_FOLD
)
@Preview(
name = "Tablet",
device = Devices.PIXEL_TABLET
)
@Preview(device = Devices.PIXEL_FOLD)
@Preview(device = Devices.PIXEL_TABLET)
annotation class DevicePreview

@DevicePreview
Expand Down

0 comments on commit 2cbd687

Please sign in to comment.