mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
Fix null warning
This commit is contained in:
parent
eb350c6cf5
commit
c4ee03b733
@ -96,7 +96,7 @@ class ViewCollectionActivity : BaseActivity(), Refreshable {
|
||||
|
||||
supportActionBar!!.setDisplayHomeAsUpEnabled(true)
|
||||
|
||||
account = intent.extras!!.getParcelable(EXTRA_ACCOUNT)
|
||||
account = intent.extras!!.getParcelable(EXTRA_ACCOUNT)!!
|
||||
info = intent.extras!!.getSerializable(EXTRA_COLLECTION_INFO) as CollectionInfo
|
||||
|
||||
if (savedInstanceState == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user