You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While searching, long click or hold an item and set it as notification for example. It takes the index of the category list and not the actual searched item.
The text was updated successfully, but these errors were encountered:
xtonousou
changed the title
Wrong set as ringtone/notification/alarm functionality on searched items, when searching
Wrong set as ringtone/notification/alarm functionality on filtered items
Dec 30, 2017
Create a HashMap (Title - R.raw.category_some_file.mp3) in order to have a same global identifier. In addition, replace the ToneManager's logic with the logic of the HashMap. enum can also be used for better speed.
The context is to find a sound by title as quick as we can. So, a key-pair map should be OK.
While searching, long click or hold an item and set it as notification for example. It takes the index of the category list and not the actual searched item.
The text was updated successfully, but these errors were encountered: