Make drawerArrow private again (as it was in upstream)
This commit is contained in:
parent
239b36c31a
commit
bb6b88a703
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class MainActivity : BaseActivity() {
|
|||
|
||||
val preferences: PreferencesHelper by injectLazy()
|
||||
|
||||
var drawerArrow: DrawerArrowDrawable? = null
|
||||
private var drawerArrow: DrawerArrowDrawable? = null
|
||||
|
||||
private var secondaryDrawer: ViewGroup? = null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue