Notifications M3 redesign (+ read marker support)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.joinmastodon.android.model;
|
||||
|
||||
public class TimelineMarkers{
|
||||
public Marker home, notifications;
|
||||
|
||||
@Override
|
||||
public String toString(){
|
||||
return "TimelineMarkers{"+
|
||||
"home="+home+
|
||||
", notifications="+notifications+
|
||||
'}';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user