| Index: remoting/ios/app/pin_entry_view.mm
|
| diff --git a/remoting/ios/app/pin_entry_view.mm b/remoting/ios/app/pin_entry_view.mm
|
| index c483fee586b44207aab6e8e5f7c8ffb895b99a44..9037e0f1af3f7b96e12bc87e70f7a65c50b16714 100644
|
| --- a/remoting/ios/app/pin_entry_view.mm
|
| +++ b/remoting/ios/app/pin_entry_view.mm
|
| @@ -51,7 +51,10 @@ static const int kMinPinLength = 6;
|
|
|
| _pinButton =
|
| [MDCFloatingButton floatingButtonWithShape:MDCFloatingButtonShapeMini];
|
| - [_pinButton setImage:RemotingTheme.arrowIcon forState:UIControlStateNormal];
|
| + [_pinButton
|
| + setImage:[RemotingTheme
|
| + .arrowIcon imageFlippedForRightToLeftLayoutDirection]
|
| + forState:UIControlStateNormal];
|
| [_pinButton addTarget:self
|
| action:@selector(didTapPinEntry:)
|
| forControlEvents:UIControlEventTouchUpInside];
|
|
|