mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Fixed text context actions
This commit is contained in:
@@ -53,7 +53,7 @@ public class FixedTextView extends AppCompatTextView {
|
||||
}
|
||||
|
||||
private void init(Context context) {
|
||||
setCustomSelectionActionModeCallback(Helper.getActionModeWrapper(context));
|
||||
setCustomSelectionActionModeCallback(Helper.getActionModeWrapper(this));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user