1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-22 08:04:26 +00:00

Not sure what was happening but this fixed it

This commit is contained in:
Steffo 2023-12-01 03:17:10 +01:00
parent 645e3768ce
commit 8c468a6d78
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -132,7 +132,7 @@ class MainActivity : ComponentActivity() {
private fun onClickCreate() { private fun onClickCreate() {
Log.d("Main", "Clicked the New button, launching create activity...") Log.d("Main", "Clicked the New button, launching create activity...")
val intent = Intent(applicationContext, CreateActivity::class.java) val intent = Intent(applicationContext, CreateActivity::class.java)
loginLauncher.launch(intent) createLauncher.launch(intent)
} }
private fun onCreate(result: ActivityResult) { private fun onCreate(result: ActivityResult) {