Commit 5c812be5 authored by fauzi's avatar fauzi

test

parent 98dc20b2
...@@ -281,4 +281,11 @@ public class CartActivity extends AppCompatActivity { ...@@ -281,4 +281,11 @@ public class CartActivity extends AppCompatActivity {
} }
super.onBackPressed(); super.onBackPressed();
} }
} }
\ No newline at end of file
/**
* Bug ketika qty kurang dari stock masih bertambah
*
*/
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment