You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc stubs for K-9 Mail
This makes the non composeUI parts of K-9 Mail mostly functional.
This commit is contained in:
@@ -595,4 +595,10 @@ public class Activity extends ContextThemeWrapper implements Window.Callback, La
|
||||
public View getCurrentFocus() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public void setProgressBarIndeterminateVisibility(boolean indeterminate) {}
|
||||
|
||||
public int getChangingConfigurations() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,6 +61,8 @@ public class Notification implements Parcelable {
|
||||
return "Notification [" + title + ", " + text + ", " + actions + "]";
|
||||
}
|
||||
|
||||
public String getGroup() {return null;}
|
||||
|
||||
public static class Builder {
|
||||
private Notification notification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user