Possibly fixing #29 for good, but the mastodon servers of the accounts I own are slow, so there is basically no way to test it

This commit is contained in:
LucasGGamerM
2023-01-10 21:45:35 -03:00
parent 4fcc07fcd6
commit a48dc18df5
2 changed files with 9 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"));
Notification notification=Parcels.unwrap(intent.getParcelableExtra("notification"+intent.getParcelableExtra("notificationID")));
showFragmentForNotification(notification, session.getID());
}else if(intent.getBooleanExtra("compose", false)){
showCompose();