Implement BQP Android UI using QR codes

This commit is contained in:
str4d
2016-02-14 05:41:36 +00:00
parent 701cfdba48
commit 8cacc73bef
14 changed files with 1322 additions and 3 deletions

View File

@@ -42,7 +42,8 @@ public abstract class BriarFragmentActivity extends BriarActivity {
@Override
public void onBackPressed() {
if (getSupportFragmentManager().getBackStackEntryCount() == 0 &&
if (this instanceof NavDrawerActivity &&
getSupportFragmentManager().getBackStackEntryCount() == 0 &&
getSupportFragmentManager()
.findFragmentByTag(ContactListFragment.TAG) == null) {
/*