Now its fixed for good. That was easier than I thought

This commit is contained in:
LucasGGamerM
2023-01-11 11:19:30 -03:00
parent a48dc18df5
commit 2076818220
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ public class MainActivity extends FragmentStackActivity{
fragment.setArguments(args);
showFragmentClearingBackStack(fragment);
if(intent.getBooleanExtra("fromNotification", false) && intent.hasExtra("notification")){
Notification notification=Parcels.unwrap(intent.getParcelableExtra("notification"+intent.getParcelableExtra("notificationID")));
Notification notification=Parcels.unwrap(intent.getParcelableExtra("notification"));
showFragmentForNotification(notification, session.getID());
}else if(intent.getBooleanExtra("compose", false)){
showCompose();