app/src/main/java/safeluck/drive/evaluation/fragment/HomeFragment.java
@@ -13,15 +13,12 @@
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.io.File;
import java.io.FileOutputStream;
import java.nio.ByteBuffer;
import me.yokeyword.fragmentation.ISupportFragment;
import me.yokeyword.fragmentation.SupportFragment;
import safeluck.drive.evaluation.BuildConfig;
import safeluck.drive.evaluation.R;
import safeluck.drive.evaluation.util.DimenUtil;
/**
 * 首页
@@ -32,6 +29,7 @@
 */
public class HomeFragment extends SupportFragment implements View.OnClickListener {
    private static final String TAG = HomeFragment.class.getSimpleName();
    private TextView tv_app_version;
    public static ISupportFragment newInstance() {
        return new HomeFragment();
@@ -43,6 +41,7 @@
        View view = inflater.inflate(R.layout.layout_home_fragment, container, false);
        initView(view);
        return view;
    }