mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Add comment to clarify intentional fall-through in DeviceTransferSetUpFragment switch statement.
Resolves signalapp/Signal-Android##14437
This commit is contained in:
committed by
Greyson Parrelli
parent
05751a5b79
commit
74dbd0814a
@@ -97,6 +97,7 @@ public abstract class DeviceTransferSetupFragment extends LoggingFragment {
|
||||
switch (step) {
|
||||
case INITIAL:
|
||||
status.setText("");
|
||||
// fall through so the INITIAL state checks permissions
|
||||
case PERMISSIONS_CHECK:
|
||||
requestRequiredPermission();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user