[Android] Fix crash when opening the file picker from the preferences

Nicolas Pomepuy git at videolan.org
Wed Jun 5 11:20:42 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri May 31 07:43:18 2024 +0200| [dafdd59c83118385001b848ce493cc80d18836a1] | committer: Nicolas Pomepuy

Fix crash when opening the file picker from the preferences

> https://code.videolan.org/videolan/vlc-android/commit/dafdd59c83118385001b848ce493cc80d18836a1
---

 application/vlc-android/res/values/styles.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/application/vlc-android/res/values/styles.xml b/application/vlc-android/res/values/styles.xml
index ac6b193bf6..a269600e2a 100644
--- a/application/vlc-android/res/values/styles.xml
+++ b/application/vlc-android/res/values/styles.xml
@@ -128,6 +128,7 @@
         <item name="empty_title">@color/grey300</item>
         <item name="fast_scroller_bubble">@drawable/fastscroller_bubble</item>
         <item name="fast_scroller_handle">@drawable/fastscroller_handle</item>
+        <item name="gridview_progressbar">@drawable/gridview_progressbar_w</item>
     </style>
 
     <style name="Theme.VLC.PickerDialog.Light.7" parent="Theme.MaterialComponents.Dialog">
@@ -150,6 +151,7 @@
 
         <item name="fast_scroller_bubble">@drawable/fastscroller_bubble</item>
         <item name="fast_scroller_handle">@drawable/fastscroller_handle</item>
+        <item name="gridview_progressbar">@drawable/gridview_progressbar</item>
     </style>
 
     <style name="Theme.VLC.SendCrashDialog" parent="Theme.MaterialComponents.Dialog">



More information about the Android mailing list