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

Commit 091f6353 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge changes I1b7c979a,Icb014d27,I29a01e1b into main

* changes:
  De-flake SimpleIME tests timeouts
  Enable ImeTracker onProgress in SimpleIme tests
  Re enable IME tests for show/hide flags
parents c91ce35f 5f6e4e23
Loading
Loading
Loading
Loading
+298 −202

File changed.

Preview size limit exceeded, changes collapsed.

+0 −6
Original line number Diff line number Diff line
@@ -110,12 +110,6 @@ public class InputMethodServiceWrapper extends InputMethodService {
        }
    }

    @Override
    public void requestHideSelf(int flags) {
        Log.i(TAG, "requestHideSelf() " + flags);
        super.requestHideSelf(flags);
    }

    @Override
    public void onConfigurationChanged(Configuration newConfig) {
        Log.i(TAG, "onConfigurationChanged() " + newConfig);