mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add new flash icons.
This commit is contained in:
committed by
Greyson Parrelli
parent
6a5aa089ae
commit
2af5526879
@@ -127,7 +127,7 @@ public final class CameraXFlashToggleView extends AppCompatImageView {
|
||||
}
|
||||
|
||||
public interface OnFlashModeChangedListener {
|
||||
void flashModeChanged(@ImageCapture.CaptureMode int flashMode);
|
||||
void flashModeChanged(int flashMode);
|
||||
}
|
||||
|
||||
private enum FlashMode {
|
||||
|
||||
@@ -5,7 +5,6 @@ import android.view.View
|
||||
import androidx.activity.OnBackPressedCallback
|
||||
import androidx.fragment.app.Fragment
|
||||
import androidx.fragment.app.viewModels
|
||||
import androidx.navigation.Navigation
|
||||
import org.thoughtcrime.securesms.R
|
||||
import org.thoughtcrime.securesms.mediasend.Media
|
||||
import org.thoughtcrime.securesms.mediasend.v2.MediaSelectionNavigator
|
||||
|
||||
Reference in New Issue
Block a user