Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hg42 committed Nov 16, 2022
1 parent bd692be commit 2a990b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ abstract class BaseAppAction protected constructor(
const val BACKUP_DIR_OBB_FILES = "obb_files"
const val BACKUP_DIR_MEDIA_FILES = "media_files"

/* @hg42 why exclude lib? how is it restored?
@machiav3lli libs are generally created while installing the app. Backing them up
would result a compatibility problem between devices with different cpu_arch
*/
// @hg42 why exclude lib? how is it restored?
// @machiav3lli libs are generally created while installing the app. Backing them up
// would result a compatibility problem between devices with different cpu_arch

val DATA_EXCLUDED_CACHE_DIRS = listOf(
"cache",
"code_cache"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.MainScope
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch
import timber.log.Timber

val yesNo = listOf(
"yes" to "no",
Expand Down Expand Up @@ -464,7 +463,7 @@ fun MainPackageItem(

val menuExpanded = remember { mutableStateOf(false) }

Timber.i("recompose MainPackageItem ${packageItem.packageName} ${packageItem.packageInfo.icon} ${imageData.hashCode()}")
//Timber.d("recompose MainPackageItem ${packageItem.packageName} ${packageItem.packageInfo.icon} ${imageData.hashCode()}")

Card(
modifier = Modifier,
Expand Down

0 comments on commit 2a990b9

Please sign in to comment.