mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Move theme colors to core-ui.
This commit is contained in:
@@ -271,7 +271,7 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
|
||||
restoredModel = null;
|
||||
}
|
||||
|
||||
@ColorInt int blackoutColor = ContextCompat.getColor(requireContext(), R.color.signal_colorBackground);
|
||||
@ColorInt int blackoutColor = ContextCompat.getColor(requireContext(), org.signal.core.ui.R.color.signal_colorBackground);
|
||||
if (editorModel == null) {
|
||||
switch (mode) {
|
||||
case AVATAR_EDIT:
|
||||
|
||||
Reference in New Issue
Block a user