Skip to content

Commit

Permalink
🔥 Remove preview code
Browse files Browse the repository at this point in the history
  • Loading branch information
prime2do committed Nov 15, 2023
1 parent 39251e5 commit e10b244
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ import androidx.compose.ui.graphics.Color
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.hilt.navigation.compose.hiltViewModel
import com.example.speechbuddy.R
import com.example.speechbuddy.compose.utils.HomeTopAppBarUi
import com.example.speechbuddy.compose.utils.TitleUi
import com.example.speechbuddy.ui.SpeechBuddyTheme
import com.example.speechbuddy.ui.models.ButtonStatusType
import com.example.speechbuddy.viewmodel.TextToSpeechViewModel

Expand Down Expand Up @@ -248,14 +246,4 @@ fun TextClearButton(
)
}
}
}

@Preview
@Composable
fun TextToSpeechScreenPreview() {
SpeechBuddyTheme {
TextToSpeechScreen(
bottomPaddingValues = PaddingValues(16.dp)
)
}
}

0 comments on commit e10b244

Please sign in to comment.