Make drawerArrow private again (as it was in upstream)

This commit is contained in:
NerdNumber9 2017-08-24 18:31:45 -04:00
parent 239b36c31a
commit bb6b88a703

View File

@ -45,7 +45,7 @@ class MainActivity : BaseActivity() {
val preferences: PreferencesHelper by injectLazy() val preferences: PreferencesHelper by injectLazy()
var drawerArrow: DrawerArrowDrawable? = null private var drawerArrow: DrawerArrowDrawable? = null
private var secondaryDrawer: ViewGroup? = null private var secondaryDrawer: ViewGroup? = null