Navigation drawer (squashed and rebased).

This commit is contained in:
Ernir Erlingsson
2016-01-13 21:25:01 +01:00
committed by akwizgran
parent d33dbca25a
commit dae29eecce
26 changed files with 1260 additions and 637 deletions

View File

@@ -176,8 +176,8 @@ public class SetupActivity extends BaseActivity implements OnClickListener,
runOnUiThread(new Runnable() {
public void run() {
Intent i = new Intent(SetupActivity.this,
DashboardActivity.class);
i.putExtra("briar.LOCAL_AUTHOR_HANDLE", handle);
NavDrawerActivity.class);
i.putExtra(BriarActivity.KEY_LOCAL_AUTHOR_HANDLE, handle);
i.setFlags(FLAG_ACTIVITY_NEW_TASK);
startActivity(i);
finish();