Skip to content

Commit

Permalink
Fix Tile previews
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Nov 5, 2023
1 parent db18ace commit e82a198
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import androidx.wear.protolayout.material.layouts.MultiButtonLayout
import androidx.wear.protolayout.material.layouts.PrimaryLayout
import com.example.wear.tiles.R
import com.example.wear.tiles.tools.IconSizePreview
import com.example.wear.tiles.tools.WearLargeRoundDevicePreview
import com.example.wear.tiles.tools.WearSmallRoundDevicePreview
import com.example.wear.tiles.tools.emptyClickable
import com.google.android.horologist.compose.tools.LayoutElementPreview
Expand Down Expand Up @@ -98,6 +99,7 @@ private fun searchLayout(
.build()

@WearSmallRoundDevicePreview
@WearLargeRoundDevicePreview
@Composable
private fun MessageTilePreview() {
val context = LocalContext.current
Expand Down

0 comments on commit e82a198

Please sign in to comment.