mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
fix to show share-to screen
fix to show share-to screen another time when sending was not confirmed. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
7c4e7c22df
commit
d76e833d74
@ -930,7 +930,8 @@ public class ConversationsListController extends BaseController implements Searc
|
||||
.setNegativeButton(R.string.nc_no, new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Log.d(TAG, "sharing files aborted");
|
||||
Log.d(TAG, "sharing files aborted, going back to share-to screen");
|
||||
showShareToScreen = true;
|
||||
}
|
||||
})
|
||||
.show();
|
||||
|
Loading…
Reference in New Issue
Block a user