evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

Fix crash in SavedState when activity is restored #273

Closed ThomasSchwengler closed 4 years ago

ThomasSchwengler commented 4 years ago

When you enable Don't keep activities in the developer debug settings and tab out and in of your app you will get a crash when TableViews are restored.

This fixes the crash.

epekel commented 4 years ago

Can we look into merging this please? It potentially fixes a major issue

evrencoskun commented 4 years ago

Hi @epekel, current release has already had the same implementation.
Please check SavedState

ThomasSchwengler commented 4 years ago

@evrencoskun you are right, it's fixed on the master branch, I see now that this was already reported in #185.

However, the current release 0.8.8 did not have this fix.

It seems 0.8.9 is going to be released right now, I will close this issue then.

epekel commented 4 years ago

@evrencoskun thank you!