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

Commit fb7a4fdd 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: b8572b3

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

Change-Id: I4e3285377b8133ddf1fb28ee4b6968675d2ff16e
parents db638423 9937ed0e
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();