Absolute/relative time

This commit is contained in:
M66B
2021-03-27 20:02:54 +01:00
parent 33b49d8541
commit 1b42e8c677
5 changed files with 13 additions and 10 deletions

View File

@@ -332,7 +332,7 @@ public class FragmentRule extends FragmentBase {
@Override
public void onClick(View v) {
Bundle args = new Bundle();
args.putString("title", getString(R.string.title_rule_date_after));
args.putString("title", getString(R.string.title_rule_time_after));
args.putBoolean("day", true);
Object time = tvDateAfter.getTag();
@@ -350,7 +350,7 @@ public class FragmentRule extends FragmentBase {
@Override
public void onClick(View v) {
Bundle args = new Bundle();
args.putString("title", getString(R.string.title_rule_date_before));
args.putString("title", getString(R.string.title_rule_time_before));
args.putBoolean("day", true);
Object time = tvDateBefore.getTag();