scythx / Maps

Haiku maps application.
MIT License
8 stars 6 forks source link

Fix SegFault error when pressing on empty list #22

Closed BachToTheFuture closed 6 years ago

BachToTheFuture commented 6 years ago

I also added a piece of code that shows "No matches found" when there are no matches. Clicking on this message will reset map coordinates to (0, 0).

BachToTheFuture commented 6 years ago

Now the results box won't show until all the data is loaded. This will ensure that there won't be any blank boxes before all the data loads. This also means no more clicking on blank boxes!

BachToTheFuture commented 6 years ago

I fixed the code according to your suggestions :)

scythx commented 6 years ago

@bach5000 could you please make 1 more change according @pulkomandy suggestions and your PR will be merged.