Drop unused parameters treewide
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -36,7 +36,6 @@ import com.aurora.store.util.CommonUtil
|
||||
|
||||
fun Fragment.applyTheme(
|
||||
themeId: Int,
|
||||
accentId: Int = 1,
|
||||
shouldApplyTransition: Boolean = true,
|
||||
position: Int = 2
|
||||
) {
|
||||
@@ -142,4 +141,4 @@ private fun AppCompatActivity.setLightNavigationBar() {
|
||||
flags = flags or View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR
|
||||
}
|
||||
window.decorView.systemUiVisibility = flags
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user