Formatting
This commit is contained in:
parent
2d377453d9
commit
618f83bb23
@ -296,8 +296,11 @@ public class SwapAppsView extends ListView implements
|
|||||||
public void onChange(boolean selfChange) {
|
public void onChange(boolean selfChange) {
|
||||||
Activity activity = getActivity();
|
Activity activity = getActivity();
|
||||||
if (activity != null) {
|
if (activity != null) {
|
||||||
app = AppProvider.Helper.findSpecificApp(getActivity().getContentResolver(),
|
app = AppProvider.Helper.findSpecificApp(
|
||||||
app.packageName, app.repoId, AppMetadataTable.Cols.ALL);
|
getActivity().getContentResolver(),
|
||||||
|
app.packageName,
|
||||||
|
app.repoId,
|
||||||
|
AppMetadataTable.Cols.ALL);
|
||||||
resetView();
|
resetView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user