mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-09 02:28:55 +01:00
Fix next expected update being weird number sometimes
Occurs if manga.lastUpdate has never been set yet.
This commit is contained in:
@@ -77,7 +77,6 @@ fun SetIntervalDialog(
|
||||
title = { Text(stringResource(MR.strings.manga_modify_calculated_interval_title)) },
|
||||
text = {
|
||||
Column {
|
||||
// TODO: figure out why nextUpdate is a weird number sometimes
|
||||
if (nextUpdateDays >= 0) {
|
||||
Text(
|
||||
stringResource(
|
||||
|
||||
Reference in New Issue
Block a user