Back to folder list

This commit is contained in:
M66B 2018-08-09 04:28:14 +00:00
parent 099d8efe50
commit a85dae5f69
1 changed files with 0 additions and 2 deletions

View File

@ -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();