mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-03-05 20:07:49 +01:00
updating commons
This commit is contained in:
parent
fc3c7810a5
commit
568886fe87
@ -77,7 +77,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:d1629c7f1a'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:7c1e5b5777'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ class MainActivity : SimpleActivity(), LauncherAdapterUpdateListener {
|
|||||||
private const val MAX_COLUMN_COUNT = 15
|
private const val MAX_COLUMN_COUNT = 15
|
||||||
}
|
}
|
||||||
|
|
||||||
private val binding by lazy(LazyThreadSafetyMode.NONE) { ActivityMainBinding.inflate(layoutInflater) }
|
private val binding by viewBinding(ActivityMainBinding::inflate)
|
||||||
private var launchersIgnoringSearch = ArrayList<AppLauncher>()
|
private var launchersIgnoringSearch = ArrayList<AppLauncher>()
|
||||||
private var allLaunchers: ArrayList<AppLauncher>? = null
|
private var allLaunchers: ArrayList<AppLauncher>? = null
|
||||||
private var zoomListener: MyRecyclerView.MyZoomListener? = null
|
private var zoomListener: MyRecyclerView.MyZoomListener? = null
|
||||||
|
@ -10,7 +10,7 @@ import java.util.Locale
|
|||||||
import kotlin.system.exitProcess
|
import kotlin.system.exitProcess
|
||||||
|
|
||||||
class SettingsActivity : SimpleActivity() {
|
class SettingsActivity : SimpleActivity() {
|
||||||
private val binding by lazy(LazyThreadSafetyMode.NONE) { ActivitySettingsBinding.inflate(layoutInflater) }
|
private val binding by viewBinding(ActivitySettingsBinding::inflate)
|
||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
isMaterialActivity = true
|
isMaterialActivity = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user