Assigned
Status Update
Comments
ra...@gmail.com <ra...@gmail.com>
an...@google.com <an...@google.com> #2
I see same issue and have been debugging it.
NOTE: It DOES NOT happen if not using support package, but use android level 14/15 library. I believe Honeycomb works well too.
My current workaround is to provide my own DialogFragment.show() method, like below:
public int show(FragmentTransaction transaction, String tag) {
return show(transaction, tag, false);
}
public int show(FragmentTransaction transaction, String tag, boolean allowStateLoss) {
transaction.add(this, tag);
mRemoved = false;
mBackStackId = allowStateLoss ? transaction.commitAllowingStateLoss() : transaction.commit();
return mBackStackId;
}
NOTE: It DOES NOT happen if not using support package, but use android level 14/15 library. I believe Honeycomb works well too.
My current workaround is to provide my own DialogFragment.show() method, like below:
public int show(FragmentTransaction transaction, String tag) {
return show(transaction, tag, false);
}
public int show(FragmentTransaction transaction, String tag, boolean allowStateLoss) {
transaction.add(this, tag);
mRemoved = false;
mBackStackId = allowStateLoss ? transaction.commitAllowingStateLoss() : transaction.commit();
return mBackStackId;
}
ra...@gmail.com <ra...@gmail.com> #3
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #4
But Google pls fix this issue, as the expected behaviors must be consistent with ICS DialogFragment + FragmentManager and support package DialogFragment + FragmentManager.
It happens with both Support Package v4 r6 and v13 r6.
It happens with both Support Package v4 r6 and v13 r6.
sa...@google.com <sa...@google.com>
ba...@google.com <ba...@google.com> #5
I have this problem too.
As a workaround I use a boolean in the onActivityResult to mark the desired dialog and show the dialog in the onResume.
As a workaround I use a boolean in the onActivityResult to mark the desired dialog and show the dialog in the onResume.
Description
What
User experience
What type of issue is this?
Feature request
What steps would let us observe this issue?
What did you expect to happen?
Many employees say this happens but I did restart my phone etc and it continues to happen. 🥺
What was the effect of this issue on your device usage, such as lost time or work?
None - device worked normally
When
Time and frequency
Time when bug report was triggered: Mar 5, 2025 4:35 PM GMT-05:00
How often has this happened?
Frequently
Where
Component
Originating component: <not visible> (1684638)
Build and device data
- Build Number: google/komodo_beta/komodo:Baklava/BP22.250124.010/13116449:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Related apps
Work Chat
com.facebook.workchat
Version 704101139 (497.0.0.48.109)
Not system app
Debugging information
Google Play services
com.google.android.gms
Version 250832035 (25.08.32 (260400-731361394))
System App (Updated)
Android System WebView
com.google.android.webview
Version 699803943 (134.0.6998.39)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)https://developer.android.com/preview/feedback#feedback-app .
To learn more about our feedback process, please visit