Disable invalidate_download_cache since it's not working yet

This commit is contained in:
Cuong M. Tran 2024-05-03 18:07:24 +07:00
parent 5942daa4e1
commit 0f29586723
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 24 additions and 24 deletions

View file

@ -114,18 +114,18 @@ fun BrowseSourceToolbar(
)
}
// KMK -->
add(
AppBar.OverflowAction(
title = stringResource(MR.strings.pref_invalidate_download_cache),
onClick = { },
),
)
add(
AppBar.OverflowAction(
title = stringResource(MR.strings.pref_clean_invalid_downloads),
onClick = { },
),
)
// add(
// AppBar.OverflowAction(
// title = stringResource(MR.strings.pref_invalidate_download_cache),
// onClick = { },
// ),
// )
// add(
// AppBar.OverflowAction(
// title = stringResource(MR.strings.pref_clean_invalid_downloads),
// onClick = { },
// ),
// )
// KMK <--
}
// SY <--

View file

@ -191,18 +191,18 @@ fun MangaToolbar(
}
// SY <--
// KMK -->
add(
AppBar.OverflowAction(
title = stringResource(MR.strings.pref_invalidate_download_cache),
onClick = { },
),
)
add(
AppBar.OverflowAction(
title = stringResource(MR.strings.pref_clean_invalid_downloads),
onClick = { },
),
)
// add(
// AppBar.OverflowAction(
// title = stringResource(MR.strings.pref_invalidate_download_cache),
// onClick = { },
// ),
// )
// add(
// AppBar.OverflowAction(
// title = stringResource(MR.strings.pref_clean_invalid_downloads),
// onClick = { },
// ),
// )
// KMK <--
}