Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void enqueueOperation(final VKAbstractOperation operation) {
- mBackgroundExecutor.execute(new Runnable() {
- @Override
- public void run() {
- operation.start();
- }
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement