mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 10:18:09 +02:00
Add null action on scroll to avoid crash
This commit is contained in:
parent
be03d78ffd
commit
26afc32b69
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ impl List {
|
|||
text_editor::Action::Edit(_) => {
|
||||
// Do nothing - ignore all editing operations
|
||||
}
|
||||
text_editor::Action::Scroll { lines } => { }
|
||||
// Allow all other actions (movement, selection, clicking, scrolling, etc.)
|
||||
_ => {
|
||||
self.description_content.perform(action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue