Commit c537891a by Kim Jinsung

テスト用ソースコミットの戻し

parent fe60a519
......@@ -203,7 +203,7 @@ public class ThetaCameraActivity extends ThetaActivity {
@Override
public void run() {
mShootBtn.setEnabled(true);
if (!fileId.equals(ABookValues.FAIL)) {
if (fileId.equals(ABookValues.FAIL)) {
thetaConnectError(R.string.msg_theta_shoot_fail);
} else {
Intent intent = new Intent();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment