Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Temporarily disable flairs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrama committed Nov 30, 2018
1 parent 201fb79 commit 21c48b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public void onClick(@NonNull MaterialDialog dialog,
}
});
dialoglayout.findViewById(R.id.flair).setVisibility(View.GONE);
if (Authentication.didOnline && Authentication.isLoggedIn) {
if (Authentication.didOnline && Authentication.isLoggedIn && false) { //Disable this temporarily
new AsyncTask<View, Void, View>() {
List<FlairTemplate> flairs;
ArrayList<String> flairText;
Expand Down

0 comments on commit 21c48b6

Please sign in to comment.