mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Cleanup
This commit is contained in:
@@ -157,7 +157,6 @@
|
||||
android:name=".ActivityEml"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop">
|
||||
|
||||
<intent-filter>
|
||||
@@ -192,7 +191,6 @@
|
||||
android:name=".ActivityDSN"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop">
|
||||
|
||||
<intent-filter>
|
||||
@@ -212,7 +210,6 @@
|
||||
<activity
|
||||
android:name=".ActivityBilling"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop" />
|
||||
|
||||
<service
|
||||
|
||||
@@ -140,12 +140,10 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
drawerToggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.app_name, R.string.app_name) {
|
||||
public void onDrawerClosed(View view) {
|
||||
super.onDrawerClosed(view);
|
||||
getSupportActionBar().setTitle(getString(R.string.app_name));
|
||||
}
|
||||
|
||||
public void onDrawerOpened(View drawerView) {
|
||||
super.onDrawerOpened(drawerView);
|
||||
getSupportActionBar().setTitle(getString(R.string.app_name));
|
||||
}
|
||||
};
|
||||
drawerLayout.addDrawerListener(drawerToggle);
|
||||
|
||||
Reference in New Issue
Block a user