opt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.zhidao.mogo.module.main.independent;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
@@ -29,6 +30,6 @@ public class MainIndependentActivity extends MainActivity {
|
||||
headerParams.leftMargin = getResources().getDimensionPixelSize( R.dimen.module_main_header_fragment_container_marginLeft );
|
||||
mHeader.setLayoutParams( headerParams );
|
||||
|
||||
|
||||
mApps.setVisibility( View.GONE );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ public class MainLauncherActivity extends MainActivity {
|
||||
@Override
|
||||
protected void initViews() {
|
||||
super.initViews();
|
||||
mApps.setVisibility( View.GONE );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user