gears: render last saved feedlist in offline init
This commit is contained in:
parent
9b7ecc0ac7
commit
8b44cb2b60
1 changed files with 2 additions and 1 deletions
|
@ -1495,8 +1495,9 @@ function init_offline() {
|
|||
try {
|
||||
offline_mode = true;
|
||||
|
||||
remove_splash();
|
||||
render_feedlist(cache_find("FEEDLIST"));
|
||||
|
||||
remove_splash();
|
||||
} catch (e) {
|
||||
exception_error("init_offline", e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue