Fix fragment stack breaking after opening a notification
This commit is contained in:
@@ -152,6 +152,11 @@ public class MainActivity extends FragmentStackActivity{
|
|||||||
}
|
}
|
||||||
fragment.setArguments(args);
|
fragment.setArguments(args);
|
||||||
showFragment(fragment);
|
showFragment(fragment);
|
||||||
|
Intent intent=getIntent();
|
||||||
|
intent.removeExtra("fromNotification");
|
||||||
|
intent.removeExtra("notification");
|
||||||
|
intent.removeExtra("accountID");
|
||||||
|
setIntent(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void showCompose(){
|
private void showCompose(){
|
||||||
|
|||||||
Reference in New Issue
Block a user