I want to save the state of Snackbar after screen rotation. I can't find any default implementation, like onSaveInstanceState() and onRestoreInstanceState(...) of LayoutManager.
The only way that I see is to keep boolean show***Snackbar variable and save/restore it. Any better solution?