Fetch apps when we get connected only
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 5 Nov 2020 12:37:25 +0000 (13:37 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 5 Nov 2020 12:37:25 +0000 (13:37 +0100)
commit86d240f7b4476b246f7e55ffec3b60a06654fdd8
tree134e5030a5d120726ea9691d2324f06dfc15b218
parent6445a61d807974be2148ef424b3efd9ba291fe3e
Fetch apps when we get connected only

This was right now on the check connectivity beat which is too much when
you got many users. Be more conservative there and only update the list
of apps when the account gets connected.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/accountstate.cpp