mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
8c63b7fdc4
commit
4e557667be
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue