Github user jcesarmobile commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-inappbrowser/pull/170#discussion_r71403914
  
    --- Diff: src/android/InAppBrowser.java ---
    @@ -644,11 +648,13 @@ public boolean onKey(View v, int keyCode, KeyEvent 
event) {
                     close.setId(Integer.valueOf(5));
                     int closeResId = 
activityRes.getIdentifier("ic_action_remove", "drawable", 
cordova.getActivity().getPackageName());
                     Drawable closeIcon = activityRes.getDrawable(closeResId);
    -                close.setBackground(null);
    +                if (Build.VERSION.SDK_INT >= 16)
    +                    close.setBackground(null);
    --- End diff --
    
    Add else with back.setBackgroundDrawable(null);


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to