Skip to content

Commit a3096c3

Browse files
fix(dialog): Use androidx reference since R references are now transitive
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 5a9d4f2 commit a3096c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/DialogViewThemeUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class DialogViewThemeUtils
4444
MaterialShapeDrawable(
4545
context,
4646
null,
47-
com.google.android.material.R.attr.alertDialogStyle,
47+
androidx.appcompat.R.attr.alertDialogStyle,
4848
com.google.android.material.R.style.MaterialAlertDialog_MaterialComponents
4949
)
5050
materialShapeDrawable.initializeElevationOverlay(context)

0 commit comments

Comments
 (0)