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 --> // KMK -->
add( // add(
AppBar.OverflowAction( // AppBar.OverflowAction(
title = stringResource(MR.strings.pref_invalidate_download_cache), // title = stringResource(MR.strings.pref_invalidate_download_cache),
onClick = { }, // onClick = { },
), // ),
) // )
add( // add(
AppBar.OverflowAction( // AppBar.OverflowAction(
title = stringResource(MR.strings.pref_clean_invalid_downloads), // title = stringResource(MR.strings.pref_clean_invalid_downloads),
onClick = { }, // onClick = { },
), // ),
) // )
// KMK <-- // KMK <--
} }
// SY <-- // SY <--

View file

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