Skip to content

Commit

Permalink
List scrolling problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Nov 10, 2016
1 parent 30c4e68 commit 98d07b0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import android.os.Handler;
import android.support.design.widget.FloatingActionButton;
import android.view.View;
import android.view.WindowManager;

import com.j256.ormlite.android.apptools.OpenHelperManager;

Expand Down Expand Up @@ -121,6 +122,9 @@ private void initialize() {
preferencesManager = new AppPreferencesManager(preferences);

isInitialized = true;

addLocationDialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);

}

/**
Expand Down

0 comments on commit 98d07b0

Please sign in to comment.