Skip to content

Commit

Permalink
fix: Use Material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Feb 20, 2024
1 parent 794890a commit 6c1831e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static void createNewProfile(@UiContext Context context, OnProfileSelecte
}

public static void showEnableProfileDialog(@UiContext Context context, String packageName, OnProfileEnabledListener listener){
context.setTheme(R.style.Theme_XtMapper);
MaterialAlertDialogBuilder builder = new MaterialAlertDialogBuilder(context);
AppViewBinding binding = AppViewBinding.inflate(LayoutInflater.from(context));
PackageManager pm = context.getPackageManager();
Expand Down

0 comments on commit 6c1831e

Please sign in to comment.