summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java')
-rw-r--r--src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java b/src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java
index 915abec..d1532ac 100644
--- a/src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java
+++ b/src/com/cyanogenmod/setupwizard/setup/BluetoothSetupPage.java
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2015 The CyanogenMod Project
+ * Copyright (C) 2017 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -81,6 +82,10 @@ public class BluetoothSetupPage extends SetupPage {
return R.string.loading;
}
+ @Override
+ public int getIconResId() {
+ return -1;
+ }
@Override
public void doLoadAction(FragmentManager fragmentManager, int action) {