\ v1.0.2 - Play Protect \uc720\ud574\uc571 \ucc28\ub2e8 \uc624\uc9c4 \uc6d0\uc778 \uc644\ubcbd \uc81c\uac70 \ubc0f \uc804\uccb4\ud654\uba74 \uc54c\ub9bc \uc124\uc815 \ud6c4 \uc571 \ubcf5\uadc0 uac1cuc120\
This commit is contained in:
@@ -68,7 +68,6 @@ class MainActivity : AppCompatActivity() {
|
||||
setupWorker()
|
||||
setupSwipeGesture()
|
||||
AppUpdateManager.checkUpdate(this, silent = true)
|
||||
checkRoot()
|
||||
|
||||
val prefs = getSharedPreferences(PREFS_NAME, Context.MODE_PRIVATE)
|
||||
currentViewTeam = prefs.getString(KEY_TEAM, "A") ?: "A"
|
||||
@@ -717,11 +716,6 @@ class MainActivity : AppCompatActivity() {
|
||||
return java.time.Duration.between(now, midnight).toMillis()
|
||||
}
|
||||
|
||||
private fun checkRoot() {
|
||||
if (RootUtil.isDeviceRooted()) {
|
||||
Toast.makeText(this, "⚠️ 루팅된 기기에서 시각적 오류나 알람 불안정이 발생할 수 있습니다.", Toast.LENGTH_LONG).show()
|
||||
}
|
||||
}
|
||||
private fun animateMonthTransition(direction: Int) {
|
||||
val card = binding.calendarCard
|
||||
val width = card.width.toFloat()
|
||||
|
||||
Reference in New Issue
Block a user