mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-21 06:00:04 -04:00
Change Community Apps view
This commit is contained in:
@@ -19,8 +19,6 @@ import com.dragons.aurora.view.MoreAppsCard;
|
||||
import com.dragons.aurora.view.TagView;
|
||||
import com.squareup.picasso.Picasso;
|
||||
|
||||
import static com.dragons.aurora.fragment.DetailsFragment.app;
|
||||
|
||||
public class HomeFragment extends UtilFragment {
|
||||
|
||||
AdaptiveToolbar adtb;
|
||||
@@ -55,6 +53,11 @@ public class HomeFragment extends UtilFragment {
|
||||
getActivity().startActivity(intent);
|
||||
});
|
||||
|
||||
MoreAppsCard community = view.findViewById(R.id.community_apps);
|
||||
Button moreApps1 =community.findViewById(R.id.m_apps_more);
|
||||
moreApps1.setText("");
|
||||
moreApps1.setEnabled(false);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user