Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Field Science
Field Day
Commits
2e45656e
Commit
2e45656e
authored
Mar 29, 2021
by
Craig Earley
Browse files
fixes indent
parent
1604cab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/fieldscience/cs/earlham/edu/fieldday/UAVSampleActivity.java
View file @
2e45656e
...
@@ -27,16 +27,16 @@ public class UAVSampleActivity extends AppCompatActivity {
...
@@ -27,16 +27,16 @@ public class UAVSampleActivity extends AppCompatActivity {
// super.attachBaseContext(paramContext);
// super.attachBaseContext(paramContext);
// Helper.install(UAVSampleActivity.this);
// Helper.install(UAVSampleActivity.this);
// }
// }
@Override
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
FragmentManager
fragman
;
FragmentManager
fragman
;
Fragment
frag
;
Fragment
frag
;
super
.
onCreate
(
savedInstanceState
);
super
.
onCreate
(
savedInstanceState
);
setContentView
(
R
.
layout
.
activity_uav
);
setContentView
(
R
.
layout
.
activity_uav
);
context
=
this
;
context
=
this
;
}
}
public
void
startUAVFlight
(
View
v
)
{
public
void
startUAVFlight
(
View
v
)
{
Intent
i
;
Intent
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment