Skip to content

fix futile attempt to load letter icons

Daniel Frost requested to merge Danfro/teleports:lettericons into master

If there is a "letter icon" like this:

screenshot20210202_230728079

and the user taps on that, an endless spinner appears. Log gives an error that the path is a folder.

This MR adds a check if the images path contains ".jpg" to find out if there is actually an image provided or not. Not sure if this is the most professional way to solve this, but it works. :-)

Merge request reports