set timestamp when building claim object from edited claim
This commit is contained in:
parent
e6a5d97fb8
commit
e6861c8436
1 changed files with 1 additions and 0 deletions
|
@ -1045,6 +1045,7 @@ public class PublishFormFragment extends BaseFragment implements
|
|||
if (metadata.getReleaseTime() == 0) {
|
||||
metadata.setReleaseTime(currentClaim.getTimestamp());
|
||||
}
|
||||
claim.setTimestamp(currentClaim.getTimestamp());
|
||||
}
|
||||
|
||||
claim.setValueType(Claim.TYPE_STREAM);
|
||||
|
|
Loading…
Reference in a new issue