Changed: Minor refactor and comment updates of ReportActivity and ReportInfo

This commit is contained in:
agnostic-apollo
2021-09-11 13:48:30 +05:00
parent 783a840e3a
commit 0b47b20a9c
2 changed files with 11 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ import com.termux.shared.termux.AndroidUtils;
import java.io.Serializable;
/**
* An object that stored info for {@link com.termux.shared.activities.ReportActivity}.
*/
public class ReportInfo implements Serializable {
/** The user action that was being processed for which the report was generated. */