mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix crash on mention story opening.
This commit is contained in:
parent
35e34541b0
commit
641a03c988
1 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,10 @@ StoryMention::StoryMention(
|
||||||
}
|
}
|
||||||
|
|
||||||
StoryMention::~StoryMention() {
|
StoryMention::~StoryMention() {
|
||||||
changeSubscribedTo(0);
|
if (_subscribed) {
|
||||||
|
changeSubscribedTo(0);
|
||||||
|
_parent->checkHeavyPart();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int StoryMention::top() {
|
int StoryMention::top() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue