fix static analysis

This commit is contained in:
Maxim Bachinsky 2020-07-15 12:28:55 +03:00
parent b254a07eb5
commit c62a905120
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ object UiUtils {
* @param activity Activity of action bar;
* @return Height of action bar.
*/
fun getActionBarHeight(activity: Activity): Int = 56.px
fun getActionBarHeight(): Int = 56.px
/**
* Returns status bar (on top where system info is) common height.