app/src/main/java/com/auto/lyric/base/activities/BaseActivity.java
@@ -243,19 +243,6 @@ InputMethodManager.HIDE_NOT_ALWAYS); } } /** * 状态栏高度 * @return */ public int getStatusBarHeight() { int result = 0; int resId = getResources().getIdentifier("status_bar_height", "dimen", "android"); if (resId > 0) { result = getResources().getDimensionPixelOffset(resId); } return result; } long mExitTime= 0 ; /**