Skip to content

Commit 8463af1

Browse files
committed
Upload file
1 parent 90420a8 commit 8463af1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

pio/src/main/java/com/projectkr/shell/ThemeModeState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import android.content.res.Configuration
1313
import androidx.appcompat.app.AppCompatDelegate
1414
import com.omarea.common.ui.ThemeMode
1515

16-
@Suppress("DEPRECATION"
16+
@Suppress("DEPRECATION")
1717
object ThemeModeState {
1818
private var themeMode: ThemeMode = ThemeMode()
1919

pio/src/main/java/com/projectkr/shell/WakeLockService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import com.tool.tree.R
2121
import android.os.Process
2222
import android.app.ActivityManager
2323

24-
@Suppress("DEPRECATION"
24+
@Suppress("DEPRECATION")
2525
class WakeLockService : Service() {
2626

2727
private var wakeLock: PowerManager.WakeLock? = null

pio/src/main/java/com/projectkr/shell/ui/CpuChartView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import android.util.AttributeSet
99
import android.view.View
1010
import com.tool.tree.R
1111

12-
@Suppress("DEPRECATION"
12+
@Suppress("DEPRECATION")
1313
class CpuChartView : View {
1414
//-------------必须给的数据相关-------------
1515
private val str = arrayOf("Already used", "Available")

pio/src/main/java/com/projectkr/shell/ui/FloatMonitorBatteryView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import android.view.View
1111
import android.view.animation.DecelerateInterpolator
1212
import com.tool.tree.R
1313

14-
@Suppress("DEPRECATION"
14+
@Suppress("DEPRECATION")
1515
class FloatMonitorBatteryView : View {
1616
//-------------必须给的数据相关-------------
1717
private val str = arrayOf("Already used", "Available")

pio/src/main/java/com/projectkr/shell/ui/FloatMonitorChartView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import android.view.View
1111
import android.view.animation.DecelerateInterpolator
1212
import com.tool.tree.R
1313

14-
@Suppress("DEPRECATION"
14+
@Suppress("DEPRECATION")
1515
class FloatMonitorChartView : View {
1616
//-------------必须给的数据相关-------------
1717
private val str = arrayOf("Already used", "Available")

pio/src/main/java/com/projectkr/shell/ui/RamChatView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import android.util.AttributeSet
99
import android.view.View
1010
import com.tool.tree.R
1111

12-
@Suppress("DEPRECATION"
12+
@Suppress("DEPRECATION")
1313
class RamChatView : View {
1414
//-------------必须给的数据相关-------------
1515
private val str = arrayOf("Already used", "Available")

pio/src/main/java/com/projectkr/shell/ui/TabIconHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import android.widget.TabHost
99
import android.widget.TextView
1010
import com.tool.tree.R
1111

12-
@Suppress("DEPRECATION"
12+
@Suppress("DEPRECATION")
1313
class TabIconHelper(private var tabHost: TabHost, private var activity: Activity) {
1414
private var views = ArrayList<View>()
1515

0 commit comments

Comments
 (0)