mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Fixed some issues
This commit is contained in:
parent
ecd9b4fc89
commit
8d7beae328
4 changed files with 14 additions and 30 deletions
|
@ -73,7 +73,7 @@ class _LogsListClientState extends State<LogsListClient> {
|
|||
final result = await cancelableRequest?.value;
|
||||
|
||||
if (result != null) {
|
||||
if (loadingMore != null && loadingMore == true) {
|
||||
if (loadingMore != null && loadingMore == true && mounted) {
|
||||
setState(() => isLoadingMore = false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue