Skip to content

Commit

Permalink
Fix typo in calling PreferenceManager2
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Jan 30, 2024
1 parent 2a18dff commit 08c56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/launcher3/config/FeatureFlags.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static boolean showDotPagination(Context context) {
}

public static boolean showMaterialUPopup(Context context) {
PreferenceManager2 preferenceManager2 = PerferenceManager2.getInstance(context);
PreferenceManager2 preferenceManager2 = PreferenceManager2.getInstance(context);
return PreferenceExtensionsKt.firstBlocking(preferenceManager2.getEnableMaterialUPopUp());
}
/**
Expand Down

0 comments on commit 08c56d7

Please sign in to comment.