Skip to content

fix(YouTube - Open channel of live avatar): Fixed null exception after tap on some shorts player buttons#1497

Merged
0xrxL merged 1 commit into
MorpheApp:devfrom
0xrxL:livering_fix
May 17, 2026
Merged

fix(YouTube - Open channel of live avatar): Fixed null exception after tap on some shorts player buttons#1497
0xrxL merged 1 commit into
MorpheApp:devfrom
0xrxL:livering_fix

Conversation

@0xrxL
Copy link
Copy Markdown
Contributor

@0xrxL 0xrxL commented May 17, 2026

No description provided.

@error-reporting
Copy link
Copy Markdown

error-reporting commented May 17, 2026

the original exception that would need the fix is still better than an potentially ineffective open channel from live avatar patch that the fix could cause

@0xrxL
Copy link
Copy Markdown
Contributor Author

0xrxL commented May 17, 2026

the original exception that would need the fix is still better than an potentially ineffective open channel from live avatar patch that the fix could cause

???

@error-reporting
Copy link
Copy Markdown

error-reporting commented May 17, 2026

just want to say that the fixes especially null checks that return false and remove of android.text.TextUtils import seen in this pr may in certain conditions make the patch ineffective

@LisoUseInAIKyrios
Copy link
Copy Markdown
Contributor

The null check means there was no value.

The removal of android.text.TextUtils import is because the import was not used.

There is no problem.

@0xrxL
Copy link
Copy Markdown
Contributor Author

0xrxL commented May 17, 2026

just want to say that the fixes especially null checks that return false and remove of android.text.TextUtils import seen in this pr may in certain conditions make the patch ineffective

Don't worry. I removed the import because no istructions in the class use it. And the null check help to prevent the buttons, that are not a live avatar, to being recognized as it.

@error-reporting
Copy link
Copy Markdown

error-reporting commented May 17, 2026

thank you guys for answering my concerns

@0xrxL 0xrxL merged commit 6ec2fd4 into MorpheApp:dev May 17, 2026
1 check passed
github-actions Bot pushed a commit that referenced this pull request May 18, 2026
## [1.29.0-dev.1](v1.28.0...v1.29.0-dev.1) (2026-05-18)

### 🐛 Bug Fixes

* **Reddit:** Spoof installation source ([e62b180](e62b180))
* **YouTube - Open channel of live avatar:** Fixed null exception after tap on some shorts player buttons ([#1497](#1497)) ([6ec2fd4](6ec2fd4))

### ✨ New Features

* **Reddit:** Add experimental support for `2026.20.0` ([0e6b305](0e6b305))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants