getHistory修正

This commit is contained in:
ろむねこ 2024-06-12 15:01:19 +09:00
parent bff170da0e
commit 2a44c7b626
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -57,7 +57,7 @@ public class KSLoggerImpl implements KSLogger {
@Override
public List<LogModel> getHistory() {
return null; // WIP
return sharedPrefUtils.getObjects(LogModel.class);
}
@Override