Skip to content

Commit 8bdc1d1

Browse files
Fix: Fixed the 2 issues with accessibility requirements.
1 parent 7a25a4a commit 8bdc1d1

File tree

1 file changed

+0
-2
lines changed
  • app/src/main/java/com/github/droidworksstudio/launcher/ui/home

1 file changed

+0
-2
lines changed

app/src/main/java/com/github/droidworksstudio/launcher/ui/home/HomeFragment.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ class HomeFragment : Fragment(),
424424
}
425425

426426
Constants.Action.ShowNotification -> {
427-
ActionService.runAccessibilityMode(context)
428427
appHelper.expandNotificationDrawer(context)
429428
}
430429

@@ -473,7 +472,6 @@ class HomeFragment : Fragment(),
473472
}
474473

475474
Constants.Action.OpenQuickSettings -> {
476-
ActionService.runAccessibilityMode(context)
477475
appHelper.expandQuickSettings(context)
478476
}
479477

0 commit comments

Comments
 (0)