Refresh timeline when resetting statistics

This commit is contained in:
ByteHamster
2022-03-05 10:43:31 +01:00
parent 42e36328e3
commit 32770fe817
7 changed files with 225 additions and 162 deletions

View File

@ -0,0 +1,7 @@
package de.danoeh.antennapod.event;
public class StatisticsEvent {
public StatisticsEvent() {
}
}