Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit dc0adc1

Browse files
author
Evgenii Kanivets
committed
#19. Fix wrong timestamp when editing record.
1 parent 622ce30 commit dc0adc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/blogspot/e_kanivets/moneytracker/activity/record/AddRecordActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ protected void initViews() {
122122
etTitle.setText(record.getTitle());
123123
if (record.getCategory() != null) etCategory.setText(record.getCategory().getName());
124124
etPrice.setText(formatController.formatPrecisionNone(record.getFullPrice()));
125+
timestamp = record.getTime();
125126
}
126127

127128
presentSpinnerAccount();

0 commit comments

Comments
 (0)