refactor(ListMembers.java): add getWebUri method back
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package org.joinmastodon.android.fragments;
|
package org.joinmastodon.android.fragments;
|
||||||
|
|
||||||
|
import android.net.Uri;
|
||||||
import android.os.Build;
|
import android.os.Build;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.view.ActionMode;
|
import android.view.ActionMode;
|
||||||
@@ -401,4 +402,10 @@ public class ListMembersFragment extends PaginatedAccountListFragment implements
|
|||||||
protected void setNavigationBarColor(int color){
|
protected void setNavigationBarColor(int color){
|
||||||
rootView.setNavigationBarColor(color);
|
rootView.setNavigationBarColor(color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// MOSHIDON:
|
||||||
|
@Override
|
||||||
|
public Uri getWebUri(Uri.Builder base){
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user