I just tested this and the genre merging happened instantly. How many songs did you have in each genre when you merged them? You should only need to tap the OK button once. What type of device are you using?
Right now, I am performing the merge on the UI thread which is going to prevent any interaction until it finishes. I can move this to a background thread with a progress dialog - it's just majorly overkill most of the time unless the device is handling the database interactions incredibly slowly.
Mike
Right now, I am performing the merge on the UI thread which is going to prevent any interaction until it finishes. I can move this to a background thread with a progress dialog - it's just majorly overkill most of the time unless the device is handling the database interactions incredibly slowly.
Mike