mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 13:47:04 +00:00
Back to folder list
This commit is contained in:
parent
099d8efe50
commit
a85dae5f69
1 changed files with 0 additions and 2 deletions
|
@ -414,8 +414,6 @@ public class ActivityView extends ActivityBase implements FragmentManager.OnBack
|
|||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
if (ACTION_VIEW_MESSAGES.equals(intent.getAction())) {
|
||||
getSupportFragmentManager().popBackStack("unified", 0);
|
||||
|
||||
FragmentMessages fragment = new FragmentMessages();
|
||||
fragment.setArguments(intent.getExtras());
|
||||
FragmentTransaction fragmentTransaction = getSupportFragmentManager().beginTransaction();
|
||||
|
|
Loading…
Reference in a new issue