RecentsExtraCard

Bug fixing / formatting

Change-Id: If36cd64986cc213682af1c7b4fd3281909812c15
This commit is contained in:
Sreyas
2019-10-24 18:00:05 -07:00
parent 7afd271a17
commit d567b58810
4 changed files with 7 additions and 7 deletions

View File

@@ -34,9 +34,9 @@ public interface RecentsExtraCard extends Plugin {
/**
* Sets up the recents overview extra card and fills in data.
*
* @param context Plugin context
* @param context Plugin context
* @param frameLayout PlaceholderView
* @param activity Recents activity to hold extra view
* @param activity Recents activity to hold extra view
*/
void setupView(Context context, FrameLayout frameLayout, Activity activity);
}