Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -32,6 +32,11 @@ class InputProfilFirstThreeActivity : AppCompatActivity() { | ... | @@ -32,6 +32,11 @@ class InputProfilFirstThreeActivity : AppCompatActivity() { |
| 32 | }) | 32 | }) |
| 33 | not use this code end */ | 33 | not use this code end */ |
| 34 | 34 | ||
| 35 | + previousButton.setOnClickListener { | ||
| 36 | + var intent = Intent(this, InputProfilFirstTwoActivity::class.java) | ||
| 37 | + startActivity(intent) | ||
| 38 | + } | ||
| 39 | + | ||
| 35 | val prof: SharedPreferences=getSharedPreferences("profdata", Context.MODE_PRIVATE) | 40 | val prof: SharedPreferences=getSharedPreferences("profdata", Context.MODE_PRIVATE) |
| 36 | val editor: SharedPreferences.Editor=prof.edit() | 41 | val editor: SharedPreferences.Editor=prof.edit() |
| 37 | 42 | ... | ... |
-
Please register or login to post a comment