mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
adapt activities to edge-to-edge
This commit is contained in:
parent
5faea5e40a
commit
396ed14067
40 changed files with 203 additions and 61 deletions
|
@ -98,6 +98,7 @@ public class InstantOnboardingActivity extends BaseActionBarActivity implements
|
|||
|
||||
Objects.requireNonNull(getSupportActionBar()).setTitle(R.string.onboarding_create_instant_account);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setElevation(0); // TODO: use custom toolbar instead
|
||||
|
||||
boolean fromWelcome = getIntent().getBooleanExtra(FROM_WELCOME, false);
|
||||
if (DcHelper.getContext(this).isConfigured() == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue