Skip to content

Fix: Setup dpad right button focus - #3148

Open
ByAyzen wants to merge 6 commits into
recloudstream:masterfrom
ByAyzen:setup-dpad-focus
Open

Fix: Setup dpad right button focus#3148
ByAyzen wants to merge 6 commits into
recloudstream:masterfrom
ByAyzen:setup-dpad-focus

Conversation

@ByAyzen

@ByAyzen ByAyzen commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Fixing one of the issues luna reported. #2353

I'm also preparing a new design for account selection menu, mostly inspired by a suggestion on discord. I will also fix profile image issue Luna reported.

@mooncrown04

Copy link
Copy Markdown

override fun onKeyDown(keyCode: Int, event: KeyEvent?): Boolean {
when (keyCode) {
KeyEvent.KEYCODE_SETTINGS,
KeyEvent.KEYCODE_MENU -> {

       showAccountSelectLinear()
	   return true
    }

"KEYCODE_SETTINGS ve KEYCODE_MENU kesmek için onKeyDown bozma eklendi. Bu, showAccountSelectLinear() fonksiyonunun uzaktan kumanda kullanılarak hesap seçim arayüzünü hızlıca açmasını sağlar." tv boxlar için bunu yapsan güzel olurdu ben kullanıyorum büyük kolaylık oluyor

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