mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 19:39:19 +00:00
Add: Launching Prefs from Main
This commit is contained in:
@ -216,9 +216,9 @@ class MainActivityX : AppCompatActivity() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
private fun navigateSettings() {
|
||||
// TODO
|
||||
}
|
||||
private fun navigateSettings() = startActivity(
|
||||
Intent(applicationContext, PrefsActivityX::class.java)
|
||||
)
|
||||
|
||||
private fun updateUpdateNotificationBlocker(activeSource: Source) {
|
||||
val blockerFragment = if (activeSource == Source.UPDATES) {
|
||||
|
Reference in New Issue
Block a user