Skip to content

Commit

Permalink
comments fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonelZalegas committed Jul 15, 2024
1 parent 7754920 commit 963bdaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import com.example.stockmarketcheck.ui.theme.StockMarketCheckTheme
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
enableEdgeToEdge()//A Test
enableEdgeToEdge()
setContent {
StockMarketCheckTheme { // jhvhj
StockMarketCheckTheme {
Scaffold(modifier = Modifier.fillMaxSize()) { innerPadding ->
Greeting(
name = "Android",
Expand Down

0 comments on commit 963bdaf

Please sign in to comment.