Skip to content

Commit

Permalink
[Android] Reverted: Fix for hiding rewards button when safetynet is f…
Browse files Browse the repository at this point in the history
…ailed

Issue fixed in PR #5612
  • Loading branch information
samartnik authored and mkarolin committed May 21, 2020
1 parent 47c523d commit 0c65b24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ void onNativeLibraryReady() {

SharedPreferences sharedPreferences = ContextUtils.getAppSharedPreferences();
if (ChromeFeatureList.isEnabled(BraveFeatureList.BRAVE_REWARDS)
&& !BravePrefServiceBridge.getInstance().getSafetynetCheckFailed()
&& !sharedPreferences.getBoolean(
AppearancePreferences.PREF_HIDE_BRAVE_REWARDS_ICON, false)
&& mRewardsLayout != null) {
Expand Down

0 comments on commit 0c65b24

Please sign in to comment.