crude attempt to fix #112

This commit is contained in:
ratmole 2015-10-25 22:56:42 +02:00
parent 37424b0303
commit 05d6557755
1 changed files with 2 additions and 0 deletions

View File

@ -386,6 +386,8 @@ public class RemoteActivity extends BaseActivity
Toast.LENGTH_SHORT).show();
}
}, callbackHandler);
intent.setAction(null);
}
/**