Ishan09811 / pine

GNU General Public License v3.0
135 stars 5 forks source link

Add Long Click Listener to Remove Firmware in FirmwareImportPreference #3

Closed Ishan09811 closed 3 months ago

Ishan09811 commented 3 months ago

Summary

This pull request adds functionality to the FirmwareImportPreference class to handle long-click events. When a user long-clicks the preference, a dialog is displayed asking for confirmation to remove the installed firmware. If confirmed, the firmware is deleted, and a Snackbar notification is shown.

Changes

Testing