Drop unused parameters treewide

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-19 18:30:45 +05:30
parent 93c4e4787e
commit be9efa74c5
51 changed files with 227 additions and 232 deletions

View File

@@ -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
}
}