fixed code review

This commit is contained in:
Maxim Bachinsky 2020-07-10 13:21:58 +03:00
parent 2c20875145
commit eb697e1614
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 = 56f.px.toInt()
fun getActionBarHeight(activity: Activity): Int = 56.px
/**
* Returns status bar (on top where system info is) common height.