Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_SetupWizard
Commits
c2c5caf4
Commit
c2c5caf4
authored
Nov 21, 2018
by
Romain Hunault
Browse files
Fix build issue
parent
72364176
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/cyanogenmod/setupwizard/FinishActivity.java
View file @
c2c5caf4
...
@@ -75,7 +75,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
...
@@ -75,7 +75,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
@Override
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
super
.
onCreate
(
savedInstanceState
);
mSetupWizardApp
=
(
SetupWizardApp
)
getApplication
();
mSetupWizardApp
=
(
SetupWizardApp
)
getApplication
();
//mSetupWizardApp.getSettingsBundle().putBoolean(KEY_SEND_METRICS, false); // /e/ do *not* send metrics by default.
//mSetupWizardApp.getSettingsBundle().putBoolean(KEY_SEND_METRICS, false); // /e/ do *not* send metrics by default.
...
@@ -112,7 +112,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
...
@@ -112,7 +112,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
if
(!
mIsFinishing
)
{
if
(!
mIsFinishing
)
{
mIsFinishing
=
true
;
mIsFinishing
=
true
;
//setupRevealImage();// eelo remove
//setupRevealImage();// eelo remove
// eelo 20180527 - fp - end animation cannot be displayed smoothly on some devices (like zerofltexx)
// eelo 20180527 - fp - end animation cannot be displayed smoothly on some devices (like zerofltexx)
// Thus byass animation process.
// Thus byass animation process.
// eelo add
// eelo add
mHandler
.
post
(
new
Runnable
()
{
mHandler
.
post
(
new
Runnable
()
{
...
@@ -121,7 +121,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
...
@@ -121,7 +121,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
completeSetup
();
completeSetup
();
}
}
});
});
// eelo
// eelo
}
}
}
}
...
@@ -205,8 +205,8 @@ public class FinishActivity extends BaseSetupWizardActivity {
...
@@ -205,8 +205,8 @@ public class FinishActivity extends BaseSetupWizardActivity {
}
}
private
void
setupWeatherProvider
()
{
private
void
setupWeatherProvider
()
{
Lineage
Settings
.
Secure
.
putString
(
getContentResolver
(),
CM
Settings
.
Secure
.
putString
(
getContentResolver
(),
Lineage
Settings
.
Secure
.
WEATHER_PROVIDER_SERVICE
,
OWM
);
CM
Settings
.
Secure
.
WEATHER_PROVIDER_SERVICE
,
OWM
);
}
}
private
static
void
handleEnableMetrics
(
SetupWizardApp
setupWizardApp
)
{
private
static
void
handleEnableMetrics
(
SetupWizardApp
setupWizardApp
)
{
...
...
Write
Preview
Supports
Markdown
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