Revert "Disabled Edge remark"

This reverts commit 2b9a954689.
This commit is contained in:
M66B
2024-09-28 08:31:02 +02:00
parent 3ff7558182
commit baed02ccaf
2 changed files with 2 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ public class FragmentOAuth extends FragmentBase {
Log.e(ex);
}
tvEdge.setVisibility(edge && false ? View.VISIBLE : View.GONE);
tvEdge.setVisibility(edge ? View.VISIBLE : View.GONE);
tvBrave.setVisibility(brave ? View.VISIBLE : View.GONE);
btnOAuth.setOnClickListener(new View.OnClickListener() {