1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-09-18 00:20:52 +00:00

Properly mark as loading on reload

This commit is contained in:
Kévin Cocchi 2023-09-30 15:30:52 +02:00
parent f59406a47a
commit 5f77171bdd
No known key found for this signature in database
GPG key ID: E3F3FFBE2818518D

View file

@ -148,6 +148,7 @@ class App extends Component {
this.setState({
packs: defaultState.packs,
filtering: defaultState.filtering,
loading: true,
})
this._loadPacks(true)
}