Adjust keyboard latout

This commit is contained in:
Mieszko Wrzeszczyński 2019-01-02 09:10:47 +01:00
parent 0bf3d147f0
commit 1a5c85c213
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
</intent-filter>
</activity>
<activity
android:windowSoftInputMode="adjustPan"
android:name=".activity.MapActivity"
android:launchMode="singleTop"
android:screenOrientation="portrait"

View File

@ -240,7 +240,7 @@ public class BackgroundLocalizationService extends Service {
String locationLevel = PrefUtils.getLocationLevel(getApplicationContext());
String status = (PrefUtils.isStatusEnabled(getApplicationContext())) ? PrefUtils.getUserStatus(getApplicationContext()) : "";
if (locationLevel.equals(SharingLevel.PRESENCE.toString())) {
if (!MapUtils.checkIfCoordinateIsValid(latitude, longitude)) {
return null;