mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 20:00:53 +00:00
Fix bug
This commit is contained in:
@@ -244,6 +244,7 @@ public class Cart extends AppCompatActivity implements RecyclerItemTouchHelperLi
|
||||
edtAddress.setText(Common.currentUser.getHomeAddress());
|
||||
edtAddress.setEnabled(false);
|
||||
} else {
|
||||
edtAddress.setText("");
|
||||
edtAddress.setEnabled(false);
|
||||
Toast.makeText(Cart.this, "Vui lòng điền địa chỉ mặc định của bạn!", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user