mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Disable FolderNameEditText on Taskbar
Test: Can rename folder on home screen, but tapping folder name in taskbar does nothing Bug: 180051157 Change-Id: Ief19805683f754995baf24d7f41f3979841d5bd3
This commit is contained in:
@@ -212,6 +212,14 @@ public class TaskbarActivityContext extends ContextThemeWrapper implements Activ
|
||||
return mViewCache;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsIme() {
|
||||
// Currently we don't support IME because we have FLAG_NOT_FOCUSABLE. We can remove that
|
||||
// flag when opening a floating view that needs IME (such as Folder), but then that means
|
||||
// Taskbar will be below IME and thus users can't click the back button.
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets a new data-source for this taskbar instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user