mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Switched to app bar
This commit is contained in:
@@ -69,11 +69,11 @@ public class ActivityAMP extends ActivityBase {
|
||||
if (savedInstanceState != null)
|
||||
force_light = savedInstanceState.getBoolean("fair:force_light");
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
View view = LayoutInflater.from(this).inflate(R.layout.activity_amp, null);
|
||||
setContentView(view);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
wvAmp = findViewById(R.id.wvAmp);
|
||||
pbWait = findViewById(R.id.pbWait);
|
||||
grpReady = findViewById(R.id.grpReady);
|
||||
|
||||
Reference in New Issue
Block a user