Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: remoting/ios/app/pin_entry_view.mm

Issue 2966243003: Fixing signed in message and disconnect/reconnect case. (Closed)
Patch Set: Merged. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/app/host_view_controller.mm ('k') | remoting/ios/app/remoting_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « remoting/ios/app/host_view_controller.mm ('k') | remoting/ios/app/remoting_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698