Skip to content

Commit c78a8c3

Browse files
committed
Update 08_Android.md
1 parent a188e04 commit c78a8c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • content/learning-paths/mobile-graphics-and-gaming/onnx

content/learning-paths/mobile-graphics-and-gaming/onnx/08_Android.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ class MainActivity : AppCompatActivity() {
391391
}
392392

393393
btnSolve.setOnClickListener {
394-
// Phase 1 placeholder: we’ll replace this with real solving in Phase 2
395394
txtStatus.text = "Solve clicked (engine not wired yet)"
396395
imgOutput.setImageBitmap(currentBitmap) // temporary: mirror input
397396
}

0 commit comments

Comments
 (0)