a-busman / Backlogger

3 stars 0 forks source link

Remove button disappears since rebuilding for iOS 11 #47

Closed a-busman closed 6 years ago

a-busman commented 6 years ago

When opening a game from the playlist, the remove button is not visible. When you scroll, it becomes visible.

a-busman commented 6 years ago

I don't want it visible anyways as it causes some problems with removing the game, and having it persist on other tabs, with an invalidated realm object which would have to have been copied and handed over, just to be able to remove the game from your library. I could have it remove just from the playlist from the details, but there would be inconsistencies, and it would be hard to tell exactly what the app is doing without knowing the context.

6ad618be894888401903bd603c0a2f7be361f39c makes this invisible all the time.