化妆切换完成

This commit is contained in:
xsl
2025-11-12 15:13:55 +08:00
parent 43b00c8446
commit 84d567674f
3 changed files with 12 additions and 0 deletions
@@ -56,6 +56,7 @@ class MakeupActivity : FaceActivity() {
Log.d("TouchEvent", "手指按下 - X: ${event.x}, Y: ${event.y}")
if(curIndex == 1)
{
Stop();
finish();
}
}