jrpie / Launcher

A distraction-free minimal homescreen for Android.
https://f-droid.org/packages/de.jrpie.android.launcher/index.html
Other
39 stars 6 forks source link

Fix: disappearing icons #19

Closed toby-bro closed 2 months ago

toby-bro commented 2 months ago

Added default values to the onBindViewHolder to prevent apps from disappearing randomly when the modified values are not correctly initialized.

Corrects #8

By the way I also pushed a gitignore commit as this file is a local file that is modified by one's IDE

jrpie commented 2 months ago

Great! Thank you!

jrpie commented 2 months ago

Is there any reason not to exclude .idea entirely?

toby-bro commented 2 months ago

No I think we could exclude .idea completely, but I thought maybe like .vscode some changes / plugins / settings can help harmonize the global app development process. But I do not know android development studio well enough to be certain of what this exclusion will bring on.