Call moveQueueItemHelper instead of moveQueueItem
This commit is contained in:
parent
de5c6a97df
commit
a0b3c5f165
@ -537,7 +537,7 @@ public class DBWriter {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
moveQueueItem(context, from, to, broadcastUpdate);
|
||||
moveQueueItemHelper(context, from, to, broadcastUpdate);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user