Skip to content

Commit 34ab3a4

Browse files
committed
Whoops
1 parent 3cea5ca commit 34ab3a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data-binding/src/main/java/com/github/mrbean355/android/databinding/CreatePokemonActivity.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ import androidx.appcompat.app.AppCompatActivity
66
import androidx.databinding.DataBindingUtil
77
import com.github.mrbean355.android.databinding.databinding.ActivityCreatePokemonBinding
88

9+
/**
10+
* Whoops! The original idea was to have an activity to create new Pokemon (hence the file naming).
11+
* When making my video, I completely forgot about this!
12+
* Oh well, the code principles stay the same :D
13+
*/
914
class CreatePokemonActivity : AppCompatActivity() {
1015
private lateinit var viewModel: CreatePokemonViewModel
1116

0 commit comments

Comments
 (0)