mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
Formatting
This commit is contained in:
@@ -296,8 +296,11 @@ public class SwapAppsView extends ListView implements
|
||||
public void onChange(boolean selfChange) {
|
||||
Activity activity = getActivity();
|
||||
if (activity != null) {
|
||||
app = AppProvider.Helper.findSpecificApp(getActivity().getContentResolver(),
|
||||
app.packageName, app.repoId, AppMetadataTable.Cols.ALL);
|
||||
app = AppProvider.Helper.findSpecificApp(
|
||||
getActivity().getContentResolver(),
|
||||
app.packageName,
|
||||
app.repoId,
|
||||
AppMetadataTable.Cols.ALL);
|
||||
resetView();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user