mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-12 17:57:29 +00:00
Update uCrop
This commit is contained in:
parent
75213738ab
commit
08ed3cd4d1
@ -235,7 +235,7 @@ dependencies {
|
||||
implementation 'com.github.skydoves:balloon:1.3.5'
|
||||
|
||||
implementation 'com.github.ammargitham:AutoLinkTextViewV2:3.2.0'
|
||||
implementation 'com.github.ammargitham:uCrop:2.3-native-beta-2'
|
||||
implementation 'com.github.ammargitham:uCrop:2.3-non-native'
|
||||
implementation 'com.github.ammargitham:android-gpuimage:2.1.1-beta4'
|
||||
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
||||
|
@ -357,7 +357,7 @@ class MainActivity : BaseLanguageActivity() {
|
||||
rootNavGraph.id = R.id.root_nav_graph
|
||||
rootNavGraph.label = "root_nav_graph"
|
||||
rootNavGraph.addDestinations(topLevelDestinations)
|
||||
rootNavGraph.startDestination = if (startNavRootId != 0) startNavRootId else R.id.profile_nav_graph
|
||||
rootNavGraph.setStartDestination(if (startNavRootId != 0) startNavRootId else R.id.profile_nav_graph)
|
||||
navController.graph = rootNavGraph
|
||||
binding.bottomNavView.setupWithNavController(navController)
|
||||
appBarConfiguration = AppBarConfiguration(currentTabs.map { it.startDestinationFragmentId }.toSet())
|
||||
|
Loading…
Reference in New Issue
Block a user