mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-17 20:29:34 -04:00
[app] allow changing preferred repo in app details
This commit is contained in:
@@ -147,6 +147,16 @@ public class AppDetailsAdapterTest {
|
||||
public void launchApk() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRepoChanged(long repoId) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPreferredRepoChanged(long repoId) {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user