Runt
2022-05-04 57fe689f1862ad0fda96b2e9eb054be6a7c9425d
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 ;
    /**