Reporting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.joinmastodon.android.events;
|
||||
|
||||
public class FinishReportFragmentsEvent{
|
||||
public final String reportAccountID;
|
||||
|
||||
public FinishReportFragmentsEvent(String reportAccountID){
|
||||
this.reportAccountID=reportAccountID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user