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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
b16eed39
Commit
b16eed39
authored
12 years ago
by
Emeric Vigier
Browse files
Options
Downloads
Patches
Plain Diff
#17220: rename DummySectionFragment in something meaningful
parent
cc0785a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/com/savoirfairelinux/sflphone/client/SFLPhoneHome.java
+4
-4
4 additions, 4 deletions
src/com/savoirfairelinux/sflphone/client/SFLPhoneHome.java
with
4 additions
and
4 deletions
src/com/savoirfairelinux/sflphone/client/SFLPhoneHome.java
+
4
−
4
View file @
b16eed39
...
...
@@ -370,7 +370,7 @@ public class SFLPhoneHome extends Activity implements ActionBar.TabListener, OnC
fragment
=
mCallElementList
;
break
;
case
2
:
fragment
=
new
Dumm
ySectionFragment
();
fragment
=
new
Histor
ySectionFragment
();
break
;
case
3
:
fragment
=
new
ButtonSectionFragment
();
...
...
@@ -382,7 +382,7 @@ public class SFLPhoneHome extends Activity implements ActionBar.TabListener, OnC
}
Bundle
args
=
new
Bundle
();
args
.
putInt
(
Dumm
ySectionFragment
.
ARG_SECTION_NUMBER
,
i
+
1
);
args
.
putInt
(
Histor
ySectionFragment
.
ARG_SECTION_NUMBER
,
i
+
1
);
fragment
.
setArguments
(
args
);
return
fragment
;
}
...
...
@@ -417,9 +417,9 @@ public class SFLPhoneHome extends Activity implements ActionBar.TabListener, OnC
* A dummy fragment representing a section of the app, but that simply
* displays dummy text.
*/
public
static
class
Dumm
ySectionFragment
extends
Fragment
public
static
class
Histor
ySectionFragment
extends
Fragment
{
public
Dumm
ySectionFragment
()
public
Histor
ySectionFragment
()
{
setRetainInstance
(
true
);
}
...
...
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