You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/05/27 16:18:34 UTC

[GitHub] [fineract-cn-mobile] miPlodder commented on a change in pull request #30: feat: Fixed Action Bar slides in LoginActivity

miPlodder commented on a change in pull request #30: feat: Fixed Action Bar slides  in LoginActivity
URL: https://github.com/apache/fineract-cn-mobile/pull/30#discussion_r287840729
 
 

 ##########
 File path: app/src/main/java/org/apache/fineract/ui/online/login/LoginActivity.java
 ##########
 @@ -50,6 +51,7 @@ protected void onCreate(Bundle savedInstanceState) {
         loginPresenter.attachView(this);
         setActionBarTitle(getString(R.string.fineract_account));
         preferencesHelper.clear();
+        getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
 
 Review comment:
   Instead, of making changes here, make changes in AndroidManifest.xml

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services