Skip to content

Commit

Permalink
test pullrequest
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonelZalegas committed Jul 15, 2024
1 parent 43b82e4 commit b9a66df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import com.example.stockmarketcheck.ui.theme.StockMarketCheckTheme
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
enableEdgeToEdge()
enableEdgeToEdge()//A Test
setContent {
StockMarketCheckTheme { // jhvhj
Scaffold(modifier = Modifier.fillMaxSize()) { innerPadding ->
Expand Down

0 comments on commit b9a66df

Please sign in to comment.