forked from Louvorg/ReaderForSelfoss-multiplatform
Remove unreachable condition
This commit is contained in:
1 parent
af8969ce4a
commit
792950be7c
1 file changed
-7
@@ -63,13 +63,6 @@ class SourcesActivity : AppCompatActivity(), DIAware {
|
||||
)
|
||||
binding.recyclerView.adapter = mAdapter
|
||||
mAdapter.notifyDataSetChanged()
|
||||
if (items.isEmpty()) {
|
||||
Toast.makeText(
|
||||
this@SourcesActivity,
|
||||
R.string.nothing_here,
|
||||
Toast.LENGTH_SHORT
|
||||
).show()
|
||||
}
|
||||
} else {
|
||||
Toast.makeText(
|
||||
this@SourcesActivity,
|
||||
|
||||
Reference in new issue
Block a user