Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
50edf2d7
Commit
50edf2d7
authored
Oct 20, 2020
by
Amirhossein Naghshzan
Committed by
Adrien Béraud
Oct 21, 2020
Browse files
Options
Downloads
Patches
Plain Diff
accountFragment: fix fragmentManager crash
Change-Id: I68467ab198ea5e53258c2d64b6ed2ab57f14b925
parent
6b7fe8b3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/src/main/java/cx/ring/fragments/GeneralAccountFragment.java
+1
-1
1 addition, 1 deletion
...c/main/java/cx/ring/fragments/GeneralAccountFragment.java
with
1 addition
and
1 deletion
ring-android/app/src/main/java/cx/ring/fragments/GeneralAccountFragment.java
+
1
−
1
View file @
50edf2d7
...
@@ -167,7 +167,7 @@ public class GeneralAccountFragment extends BasePreferenceFragment<GeneralAccoun
...
@@ -167,7 +167,7 @@ public class GeneralAccountFragment extends BasePreferenceFragment<GeneralAccoun
@Override
@Override
public
void
onDisplayPreferenceDialog
(
Preference
preference
)
{
public
void
onDisplayPreferenceDialog
(
Preference
preference
)
{
FragmentManager
fragmentManager
=
get
Child
FragmentManager
();
FragmentManager
fragmentManager
=
get
Parent
FragmentManager
();
if
(
fragmentManager
.
findFragmentByTag
(
DIALOG_FRAGMENT_TAG
)
!=
null
)
{
if
(
fragmentManager
.
findFragmentByTag
(
DIALOG_FRAGMENT_TAG
)
!=
null
)
{
return
;
return
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment