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:
parent
645e3768ce
commit
8c468a6d78
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue