Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2086375 authored by Aga Wronska's avatar Aga Wronska Committed by android-build-merger
Browse files

Merge "Fix dialogs layout after keyboard shows up" into nyc-dev am: b8572b3d

am: c20cacfb

* commit 'c20cacfb':
  Fix dialogs layout after keyboard shows up

Change-Id: I9a66cc10743833fc3b7b5bc3f1e50d2b280a50ef
parents 9dacbf71 c20cacfb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,8 +36,6 @@
        <item name="android:windowActionBar">false</item>
        <item name="android:windowActionModeOverlay">true</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowTranslucentStatus">true</item>
        <item name="android:fitsSystemWindows">false</item>

        <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
    </style>
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ import android.util.Log;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.WindowManager;
import android.widget.Spinner;

import com.android.documentsui.SearchViewManager.SearchManagerListener;
@@ -103,6 +104,8 @@ public abstract class BaseActivity extends Activity
    @CallSuper
    @Override
    public void onCreate(Bundle icicle) {
        getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);

        // Record the time when onCreate is invoked for metric.
        mStartTime = new Date().getTime();