mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-15 03:49:09 +02:00
Enabled up nav
This commit is contained in:
@@ -82,6 +82,7 @@ public class ActivityWidget extends ActivityBase {
|
||||
int background = prefs.getInt("widget." + appWidgetId + ".background", Color.TRANSPARENT);
|
||||
int layout = prefs.getInt("widget." + appWidgetId + ".layout", 1 /* new */);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setSubtitle(R.string.title_widget_title_count);
|
||||
setContentView(R.layout.activity_widget);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user