mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Renamed home screen to dashboard.
This commit is contained in:
@@ -58,7 +58,7 @@ public class SplashScreenActivity extends RoboSplashActivity {
|
||||
LOG.info("Guice startup took " + duration + " ms");
|
||||
Injector guice = RoboGuice.getBaseApplicationInjector(getApplication());
|
||||
if(guice.getInstance(DatabaseConfig.class).databaseExists()) {
|
||||
Intent i = new Intent(this, HomeScreenActivity.class);
|
||||
Intent i = new Intent(this, DashboardActivity.class);
|
||||
i.setFlags(FLAG_ACTIVITY_NEW_TASK);
|
||||
startActivity(i);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user