fixed crash in NewFeed when attempting to find a widget using its identifier

This commit is contained in:
csoler 2020-01-16 20:33:34 +01:00
parent c552890459
commit 5df7f7667f
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
7 changed files with 44 additions and 35 deletions

View file

@ -69,13 +69,5 @@ void FeedItem::removeItem()
#endif
mFeedHolder->deleteFeedItem(this,0);
// mFeedHolder->lockLayout(this, true);
// hide();
//
// if (mFeedHolder)
// mFeedHolder->deleteFeedItem(this, mFeedId);
//
// mFeedHolder->lockLayout(this, false);
}