Error log

This commit is contained in:
kyori19 2019-11-29 23:21:54 +09:00
parent e8e70221fb
commit 1f62078fbe
1 changed files with 2 additions and 1 deletions

View File

@ -219,7 +219,8 @@ class TabPreferenceActivity : BaseActivity(), Injectable, ItemInteractionListene
{ lists ->
adapter.addAll(lists)
},
{
{ throwable ->
throwable.printStackTrace()
}
)