mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Fixed reorder title
This commit is contained in:
@@ -803,7 +803,9 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
else if (ACTION_IMPORT_CERTIFICATE.equals(action))
|
||||
onImportCertificate(intent);
|
||||
else if (ACTION_SETUP_REORDER.equals(action))
|
||||
onMenuOrder(R.string.title_setup_reorder_accounts, intent.getStringExtra("className"));
|
||||
onMenuOrder(
|
||||
intent.getIntExtra("title", -1),
|
||||
intent.getStringExtra("className"));
|
||||
else if (ACTION_SETUP_MORE.equals(action))
|
||||
onSetupMore(intent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user