Move classes into library

This commit is contained in:
Moxie Marlinspike
2013-09-11 15:32:18 -07:00
parent 8f6590b738
commit 5e6d39beea
11 changed files with 20 additions and 22 deletions

View File

@@ -28,8 +28,8 @@ import org.thoughtcrime.securesms.util.DynamicTheme;
import com.actionbarsherlock.view.Menu;
import com.actionbarsherlock.view.MenuInflater;
import com.actionbarsherlock.view.MenuItem;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
import org.whispersystems.textsecure.zxing.integration.IntentIntegrator;
import org.whispersystems.textsecure.zxing.integration.IntentResult;
/**
* Activity for initiating/receiving key QR code scans.