mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Fix backtrack symbol to change from ic_arrow_left_24 to symbol_arrow_start_24.
This commit is contained in:
@@ -102,7 +102,7 @@ public final class WallpaperCropActivity extends BaseActivity {
|
||||
Toolbar toolbar = findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
ActionBar supportActionBar = Objects.requireNonNull(getSupportActionBar());
|
||||
supportActionBar.setHomeAsUpIndicator(ContextCompat.getDrawable(this, R.drawable.ic_arrow_left_24));
|
||||
supportActionBar.setHomeAsUpIndicator(ContextCompat.getDrawable(this, R.drawable.symbol_arrow_start_24));
|
||||
supportActionBar.setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
blur.setOnCheckedChangeListener((v, checked) -> viewModel.setBlur(checked));
|
||||
|
||||
Reference in New Issue
Block a user