Call moveQueueItemHelper instead of moveQueueItem

This commit is contained in:
daniel oeh 2013-09-12 13:23:03 +02:00
parent de5c6a97df
commit a0b3c5f165

View File

@ -537,7 +537,7 @@ public class DBWriter {
@Override
public void run() {
moveQueueItem(context, from, to, broadcastUpdate);
moveQueueItemHelper(context, from, to, broadcastUpdate);
}
});
}